- Performance improvements.
- The `fast-barrier` feature flag enables runtime detection of fast memory barriers on Windows and Linux. It is enabled by default in this release.
- `UnprotectedGuard` is now `#[non_exhaustive]`, preventing accidental guard usage that can lead to undefined behavior in safe code.
