summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-06-09Bump minor; Document errors; Rename: ArrayLengthMismatch -> ArrayTooShort; ↵0.3.0Gabriel 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-08Fix copyright notices; Add license notices; Update readme;0.0.1Gabriel Bjørnager Jensen
2024-06-08Add changelog; Fork from ; Add gitignore; Add documentation; Add tests; ↵0.0.0Gabriel Bjørnager Jensen
License under LGPL-3; Configure lints; Add readme;