Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-11 | Add logo; Clean up code; Fix array deserialisation (require Default); Bump ↵0.4.0 | Gabriel Bjørnager Jensen | |
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; | |||
2024-06-08 | Clean up code; Implement Ord and PartialOrd for FixedString; Implement Index ↵0.2.0 | Gabriel Bjørnager Jensen | |
and IndexMut for FixedString; Add get and get_mut methods to FixedString; Implement From<[char; N]> for FixedString; Bump minor; Implement Serialise and Deserialise for tuples; |