diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c485a98 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +[`bzipper`](https://crates.io/crates/bzipper) is a binary (de)serialiser. + +Contrary to [Serde](https://crates.io/crates/serde/)/[Bincode](https://crates.io/crates/bincode/), the goal of this crate is to serialise data without inflating the resulting binary sequence. +As such, one may consider this crate to be more low-level. + +Keep in mind that this project is still work-in-progress. + +This crate does not require any dependencies at the moment. |