New
cve-rs v0.6.0
Improvements
- Our safe
transmuteimplementation has been rewritten by @Creative0708 using a dummy enum instead of a dangling reference and stack spamming. It now works both on debug and release mode on all platforms we support! - We have added benchmarks to ensure that
transmuteis actually Blazingly π₯ Fast π. not_allocnow returns the maximum reference instead of a null one.segfaultnow finally works on WASM (WASI), usingnot_allocto dereference the maximum reference.- cve-rs now has working CI! This will let us ensure that all tasks fail successfully.
PRs
- Fix string layout determination by @elihunter173 in https://github.com/Speykious/cve-rs/pull/9
- Replace reqwest with ureq by @FlareFlo in https://github.com/Speykious/cve-rs/pull/19
New Contributors
- @elihunter173 made their first contribution in https://github.com/Speykious/cve-rs/pull/9
- @FlareFlo made their first contribution in https://github.com/Speykious/cve-rs/pull/19
Full Changelog: https://github.com/Speykious/cve-rs/compare/v0.5.0...v0.6.0