- Examples - Proper documentation. - `Drop` protocol and `drop` function. - `RefMut` type and `as_mut`. - Tests - `Default` is now slotted - `.pyi` stubs.
Changed
- The `Some` type `__str__` now returns `Some(repr(value))` instead of just `repr(value)`. - `Ref` now supports `__hash__`. - `target_os` no accepts `windows` as an alias to `win32`.
Removed
- `Some.is_none_and` method since it made no sense.