mnem-http 0.1.3

HTTP JSON API for mnem - REST surface over the core repo operations.
Documentation
1
2
3
4
5
6
7
8
9
//! Route modules grouped by surface.
//!
//! The `/v1/*` handlers still live in the crate-level `handlers.rs`
//! for now; this module houses surfaces added after the library was
//! initially factored. `remote` ships the `/remote/v1/*` transport
//! verbs .

pub(crate) mod remote;
pub(crate) mod traverse;