Skip to content

Releases: eliminmax/eambfc-rs

v1.1.0

28 Oct 20:48
Compare
Choose a tag to compare
Don't delete file if failed to open for writing

Fixes #1

v1.0.1

28 Oct 20:47
Compare
Choose a tag to compare
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

21 Jul 20:08
Compare
Choose a tag to compare

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.