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,6 +1,8 @@
#[derive(Debug)]
pub enum Error {
Buffer,
Format,
InputStream,
Protocol,
StatusDecode,
StatusUndefined,
}