Remove consts.rs and just use plain types

This commit is contained in:
2025-12-28 12:01:39 +01:00
parent 8024af6b13
commit 9a9bef7dd7
13 changed files with 117 additions and 148 deletions

View File

@@ -1,4 +1,3 @@
pub mod consts;
pub mod core;
mod decode;
pub mod exceptions;