Skip to content

Commit ce1f31d

Browse files
committed
[project] Initial commit
Makes progress on #196
1 parent 1ede214 commit ce1f31d

File tree

2 files changed

+614
-0
lines changed

2 files changed

+614
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ pub mod byteorder;
146146
#[doc(hidden)]
147147
pub mod derive_util;
148148

149+
// TODO(#196): Once we figure out how to make the `project!` macro safe
150+
// (specifically, by statically rejecting projection through `deref`), remove
151+
// this `#[doc(hidden)]` and make `project` part of our public API.
152+
#[doc(hidden)]
153+
pub mod project;
154+
149155
#[cfg(feature = "byteorder")]
150156
pub use crate::byteorder::*;
151157
#[cfg(any(feature = "derive", test))]

0 commit comments

Comments
 (0)