Releases: Inner-Heaven/libnv-rs
Releases · Inner-Heaven/libnv-rs
v0.4.2
[0.4.2] - 2023-03-09
Bug Fixes
- Fix the build on {aarch64,arm}-unknown-freebsd (#32)
v0.4.1
[0.4.1] - 2023-01-18
Bug Fixes
- Use 0.2 version of libnv-sys
v0.4.0
[0.4.0] - 2023-01-16
Features
- Run bindgen at build time (#17)
- Add NvList::add_binary (#22)
- Add NvList::from_ptr (#19)
- [breaking] Introduce IntoCStr trait (#25)
v0.3.0
[0.3.0] - 2022-04-17
Features
- nvpair: Separate boolean and boolean_value
v0.2.3
Changes
- chore(deps): Update nvpair-sys requirement from 0.1.0 to 0.4.0 (#9)
- fix(nvpair): s/sys::boolean/sys::boolean_t/g
v0.2.2
Features
- nvpair: Add iterator for NvPair (9f08a4a)
v0.2.1
Bug Fixes
- nvpair: Dedup code and remove MaybeUninit where not needed (90eabb9)
v0.2.0
Features
- nvpair:: Basic nvpair functionality