All notable changes to this project will be documented in this file.
3.0.0 - 2021-08-05
- Added support for OpenBSD.
- Added support for Illumos.
- Added support for memory allocations (
alloc&alloc_at). - Added
QueryIterfor lazily iterating regions. - Added
inlineannotation where applicable.
- Addresses are now defined as
*const T(instead of*const u8). Regionstate has been internalized, now exposed via methods.Errorenumerations have been altered.query_iternow returns an iterator.
- Removed
page::size_from_range. - Removed deprecated functionality.