Expand description
Common imports.
Re-exports
pub use crate::convert;pub use crate::destroy;pub use crate::err;pub use crate::err::Res;pub use crate::err::ResExt;pub use crate::error_chain;pub use crate::identity;pub use crate::time;pub use crate::time::DurationExt;pub use crate::time_stats;pub use crate::uid;pub use crate::Range;pub use crate::SVec16;pub use crate::SVec32;pub use crate::SVec64;pub use crate::SVec8;pub use crate::SampleRate;Modules
Utilities for formatting and printing Strings.
Log macros re-exports.
Overloadable operators.
Serde trait re-exports.
Useful synchronization primitives.
Macros
Exits a function early with an error
Structs
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
An ordered set based on a B-Tree.
Enums
The enum Either with variants Left and Right is a general purpose
sum type with two cases.
Inhabited type.