Skip to content

Commit

Permalink
Re-export zerocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 7, 2023
1 parent fb4cdc1 commit 0d47de6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@
#[macro_use]
extern crate cfg_if;

#[cfg(feature = "zerocopy")]
pub use zerocopy;

use crate::util::{slice_as_uninit_mut, slice_assume_init_mut};
use core::mem::MaybeUninit;

Expand Down

0 comments on commit 0d47de6

Please sign in to comment.