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 unstable try_trait_v2 feature.

is_empty = nightly

Enable optimized is_empty implementations. Requires the unstable exact_size_is_empty feature.