[][src]Crate sors

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. This is implemented via the standard time crate.

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.