add encoded scalar values

This commit is contained in:
Jean-Marie Mineau 2023-08-24 18:51:06 +02:00
parent 49d6094d6f
commit 6020b173a0
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 713 additions and 0 deletions

View file

@ -1,7 +1,13 @@
pub mod annotation;
pub mod array;
pub mod constant;
pub mod core;
pub mod value;
pub use androscalpel_serializer_derive::*;
pub use crate::core::*;
pub use annotation::*;
pub use array::*;
pub use constant::*;
pub use value::*;