draft new api version

This commit is contained in:
yggverse 2024-10-28 02:27:30 +02:00
parent dccff1e111
commit 9152528790
17 changed files with 299 additions and 317 deletions

View file

@ -1,7 +1 @@
pub mod buffer;
pub mod error;
pub mod response;
pub use buffer::Buffer;
pub use error::Error;
pub use response::Response;