Skip to content

Commit cf41982

Browse files
committed
[project] Initial commit
Makes progress on #196
1 parent b7505f7 commit cf41982

File tree

2 files changed

+606
-0
lines changed

2 files changed

+606
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ mod macros;
144144
pub mod byteorder;
145145
#[doc(hidden)]
146146
pub mod derive_util;
147+
#[doc(hidden)]
148+
pub mod project;
147149

148150
#[cfg(feature = "byteorder")]
149151
pub use crate::byteorder::*;

0 commit comments

Comments
 (0)