Cargo Features
clipline has no features set by default.
[dependencies]
clipline = { version = "0.3.0", features = ["octant_64", "nightly", "try_fold", "is_empty"] }
- octant_64
-
Enable Octant<i64/u64> for all targets
and Octant<isize/usize> for 64-bit targets. - nightly is_empty? try_fold?
-
Enable unstable features.
- try_fold = nightly
-
Enable optimized
try_fold
implementations. Requires the unstabletry_trait_v2
feature. - is_empty = nightly
-
Enable optimized
is_empty
implementations. Requires the unstableexact_size_is_empty
feature.