this-me 0.3.0

Rust ground for the modern .me semantic kernel.
Documentation
1
2
3
4
5
6
//! Clean Rust boilerplate for the `.me` kernel.

pub mod kernel;
pub mod me_uri;
pub mod runtime;
pub mod storage;