Skip to content

Commit 3ee6f80

Browse files
committed
[project] Initial commit
Makes progress on #196
1 parent 62f76d2 commit 3ee6f80

File tree

2 files changed

+679
-0
lines changed

2 files changed

+679
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ pub mod byteorder;
162162
#[doc(hidden)]
163163
pub mod derive_util;
164164

165+
// TODO(#196): Once we figure out how to make the `project!` macro safe
166+
// (specifically, by statically rejecting projection through `deref`), remove
167+
// this `#[doc(hidden)]` and make `project` part of our public API.
168+
#[doc(hidden)]
169+
pub mod project;
170+
165171
#[cfg(feature = "byteorder")]
166172
pub use crate::byteorder::*;
167173
#[cfg(any(feature = "derive", test))]

0 commit comments

Comments
 (0)