add encoded scalar values
This commit is contained in:
parent
49d6094d6f
commit
6020b173a0
4 changed files with 713 additions and 0 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue