Releases: eliminmax/eambfc-rs
Releases · eliminmax/eambfc-rs
v1.1.0
Don't delete file if failed to open for writing
Fixes #1
v1.0.1
Version 1.0.1
* some changes to `build.rs` to make it slightly more portable
* when compiling `[`, use NOPs as interim values instead of null bytes
v1.0.0
This is the first release of the Rust rewrite of eambfc
. It offers the same API, and only depends on the std
crate. It can be built with normal cargo tools for any Rust target that provides std::os::unix
.