mnem-cli 0.1.3

Command-line interface for mnem - git for knowledge graphs.
1
2
3
4
5
//! `mnem http` — HTTP JSON API entry point inside the unified `mnem` binary.
//!
//! After merge, `mnem http` replaces the standalone `mnem http` binary.

pub(crate) mod serve;