anor-api 0.1.1

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

pub mod service;
pub mod client;