anor_api/
lib.rs

1//! The Storage API Service for [Anor](https://github.com/anor-rs)
2//!
3//! ## Project Stage
4//!
5//! **Research:** This project is at the design stage, with some sketches of work but nothing usable yet.
6
7pub mod service;
8pub mod client;