diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# 'bzipper` +# `bzipper` [`bzipper`](https://crates.io/crates/bzipper) is a binary (de)serialiser for the Rust language. @@ -9,6 +9,8 @@ Keep in mind that this project is still work-in-progress. This crate does not require any dependencies at the moment. +See [Docs.rs](https://docs.rs/bzipper/latest/bzipper/) for documentation. + ## Data Model Most primitive types serialise losslessly, with the exception being `usize` and `isize`. |