Crate osunbitdb

Crate osunbitdb 

Source

Re-exports§

pub use client::OsunbitDB;
pub use transaction::TransactionHandle;
pub use errors::OsunbitDBError;
pub use ops::increment;
pub use ops::remove;
pub use ops::array_union;
pub use ops::array_remove;

Modules§

client
errors
ops
transaction
utils

Macros§

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

Enums§

Json
Represents any valid JSON value.