Add logo; Clean up code; Fix array deserialisation (require Default); Bump minor; Update commenting; Make serialisations fallible; Impl Serialise and Deserialise for usize and isize (restrict to 16 bits); Add new errors: UsizeOutOfRange, IsizeOutOfRange; Rework sstreams; Add buffer type; Fix serialisation of Option<T>; Disable std; Rename error: EndOfDStream -> EndOfStream; Update documentation; Update readme; Reformat changelog;

This commit is contained in:
Gabriel Bjørnager Jensen 2024-06-11 11:43:14 +02:00
parent 093f6f013b
commit 8f8e206d78
15 changed files with 842 additions and 385 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bzipper"
version = "0.3.0"
version = "0.4.0"
authors = ["Gabriel Bjørnager Jensen"]
edition = "2021"
description = "Binary (de)serialiser."