Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 580 Bytes

tutorial-6.md

File metadata and controls

13 lines (10 loc) · 580 Bytes

Publish Your Crate!

That's it! Now we can publish our crate on crates.io and we can write a nice, Rust-y API wrapping the raw FFI bindings in a safe interface. However, there is already a bzip2-sys crate providing raw FFI bindings, and there is already a bzip2 crate providing a nice, safe, Rust-y API on top of the bindings, so we have nothing left to do here!

Check out the full code on Github!