summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0348372..810790c 100644
--- a/README.md
+++ b/README.md
@@ -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`.