Skip to content

Commit 4cff697

Browse files
committed
feat: init serialize support
Signed-off-by: Woshiluo Luo <woshiluo.luo@outlook.com>
1 parent e7f9404 commit 4cff697

File tree

2 files changed

+590
-0
lines changed

2 files changed

+590
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ extern crate alloc;
2020

2121
pub mod de;
2222
pub mod error;
23+
pub mod ser;
2324
pub mod utils;
2425

2526
mod common;

0 commit comments

Comments
 (0)