Crate datastack

Crate datastack 

Source

Re-exports§

pub use client::DataStack;
pub use errors::DataStackError;
pub use ops::increment;
pub use ops::remove;
pub use ops::array_union;
pub use ops::array_remove;

Modules§

client
errors
ops
utils

Macros§

json
Construct a serde_json::Value from a JSON literal.

Enums§

Json
Represents any valid JSON value.