Skip to main contentCrate sors
Source pub use error::*;pub use tasks::*;pub use doc::*;pub use state::*;
- cli
- clock
- doc
- Holding data which are serialized and stored to disk.
- error
- state
- statics
- tasks
- Local
- The local timescale.
- Path
- A slice of a path (akin to
str). - Rc
- A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference
Counted’.
- Uuid
- A Universally Unique Identifier (UUID).
- Write
- A trait for objects which are byte-oriented sinks.
- var
- Fetches the environment variable
key from the current process.