Skip to content

Commit

Permalink
[project] Initial commit
Browse files Browse the repository at this point in the history
Makes progress on #196
  • Loading branch information
joshlf committed Sep 2, 2023
1 parent 62f76d2 commit 3ee6f80
Show file tree
Hide file tree
Showing 2 changed files with 679 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ pub mod byteorder;
#[doc(hidden)]
pub mod derive_util;

// TODO(#196): Once we figure out how to make the `project!` macro safe
// (specifically, by statically rejecting projection through `deref`), remove
// this `#[doc(hidden)]` and make `project` part of our public API.
#[doc(hidden)]
pub mod project;

#[cfg(feature = "byteorder")]
pub use crate::byteorder::*;
#[cfg(any(feature = "derive", test))]
Expand Down
Loading

0 comments on commit 3ee6f80

Please sign in to comment.