Age | Commit message (Collapse) | Author | |
---|---|---|---|
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; | |||
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 ; |