codemp/src/lib/lib.rs
alemi ebbca24a99 chore: dramatically simplified everything
working on this was really hard, so i'm making simple things first.
removed almost everything except bare buffer changes, and not even done
in a smart way, but should be a working PoC? now trying to make a
working client to test it out and actually work on a real prototype
2023-04-07 03:10:45 +02:00

4 lines
46 B
Rust

pub mod proto;
pub use tonic;
pub use tokio;