add some consts

This commit is contained in:
Jean-Marie Mineau 2023-08-23 12:59:29 +02:00
parent 5dd96fb173
commit d44e2b624b
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 280 additions and 10 deletions

View file

@ -1,5 +1,7 @@
pub mod constant;
pub mod core;
pub use androscalpel_serializer_derive::*;
pub use crate::core::*;
pub use constant::*;