All notable changes to this project will be documented in this file.
- Added
NvList::pack
(#50)
- Fixed some error values from the nvpair module on non-FreeBSD platforms (#51)
- Fix the build on {aarch64,arm}-unknown-freebsd (#32)
- Use 0.2 version of libnv-sys
- Run bindgen at build time (#17)
- Add NvList::add_binary (#22)
- Add NvList::from_ptr (#19)
- [breaking] Introduce IntoCStr trait (#25)
- nvpair: Separate boolean and boolean_value
- nvpair: Add iterator for NvPair
- nvpair: Add iterator for NvPair
- Reformat
- Remove dbg!()
- Dedup code and remove MaybeUninit where not needed
- Add cirrus and get_str method
- doc-test: Fix broken tests
- Expose NvList::as_ptr()
- libnv: Formating