Cargo Features

atomic_swapping has no features set by default.

[dependencies]
atomic_swapping = { version = "0.1.0", features = ["never_unchecked"] }
never_unchecked

Always uses unreachable! macro instead of ureachable_unchecked().
Mainly for if you use unsafe logic around this.