Crate sors

Source

Re-exports§

pub use error::*;
pub use tasks::*;
pub use doc::*;
pub use state::*;

Modules§

cli
clock
doc
Holding data which are serialized and stored to disk.
error
state
statics
tasks

Structs§

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).

Traits§

Write
A trait for objects which are byte-oriented sinks.

Functions§

var
Fetches the environment variable key from the current process.