Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-09 | Bump minor; Document errors; Rename: ArrayLengthMismatch -> ArrayTooShort; ↵0.3.0 | Gabriel Bjørnager Jensen | |
Remove error FixedStringTooShort; Rename: InvalidUtf8 -> BadString; Rework errors; Rename methods: as_d_stream -> as_dstream, to_s_stream -> to_sstream; Add SERIALISATION_LIMIT constant to Serialise; Make some deserialisations infallible; Add method append_byte to SStream; Add method take_byte to DStream; Rename SStream -> Sstream, DStream -> Dstream; Update readme; Update documentation; Make Deserialise require Serialise; Fix copyright/license notice in "src/serialise/test.rs"; | |||
2024-06-08 | Bump minor; Export all in crate root; Add fixed string type; Add new errors; ↵0.1.0 | Gabriel Bjørnager Jensen | |
Update documentation; Add method to ; Add and methods to ; |