File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bin-encode-decode"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44edition = " 2024"
55authors = [" ltpp-universe <root@ltpp.vip>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1+ pub const CHARSET_LEN : usize = 64 ;
Original file line number Diff line number Diff line change 11#[ cfg( test) ]
22mod cfg;
3+
4+ pub ( crate ) mod r#const;
35pub ( crate ) mod error;
46pub ( crate ) mod r#impl;
5- pub ( crate ) mod r#static;
67pub ( crate ) mod r#type;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pub use common::{
99pub use decode:: func:: * ;
1010pub use encode:: func:: * ;
1111
12- pub ( crate ) use common:: r#static :: * ;
12+ pub ( crate ) use common:: r#const :: * ;
1313pub ( crate ) use std:: { collections:: HashSet , fmt} ;
You can’t perform that action at this time.
0 commit comments