Cargo Features

Radium has no features set by default.

[dependencies]
radium = { version = "1.1.0", features = ["portable-atomic", "portable-atomic-fallback"] }
portable-atomic portable-atomic-fallback?

Enables portable-atomic

portable-atomic-fallback = portable-atomic

Enables fallback of portable-atomic

portable-atomic:

(enabled by default) Enable fallback implementations.

Disabling this allows only atomic types for which the platform natively supports atomic operations.

Radium has 2 features without comments.