We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1122f37 commit 128f94aCopy full SHA for 128f94a
contigous_bitset/Cargo.toml
@@ -9,3 +9,6 @@ rust-version = "1.89"
9
10
[dependencies]
11
bytemuck = "1.23"
12
+
13
+[features]
14
+track_caller = []
contigous_bitset/src/lib.rs
@@ -2,7 +2,7 @@
2
3
use core::{convert::TryFrom, marker::PhantomData};
4
5
-use crate::Contiguous;
+use bytemuck::Contiguous;
6
7
/// turns any `Contiguous` into its bit position within a `u64`
8
#[inline]
0 commit comments