summaryrefslogtreecommitdiff
path: root/src/fixed_string/test.rs
AgeCommit message (Collapse)Author
2024-06-08Clean up code; Implement Ord and PartialOrd for FixedString; Implement Index ↵0.2.0Gabriel 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;