Commit Graph

6 Commits

Author SHA1 Message Date
8b4b11113a Refactored array_split(_mut) macro.
Now using `AsciiString` instead of `arrayvec::ArrayVec<[ascii::AsciiChar; _]>`.
2020-04-26 07:10:45 +01:00
888ace2017 Changed Bytes interface to provide more safety with arrays. 2020-04-21 19:13:05 +01:00
e426d229f9 Revised Digimon and most properties to the new interfaces. 2020-04-21 17:17:39 +01:00
e943819853 Added bounds on the Bytes error types.
Started using `err-impl`, fork of `err-derive` that does not implement `Display` or `From`.
2020-04-20 21:56:35 +01:00
bfd4f4cf01 Brought files from previous implementation and adapted some to the new implementation. 2020-04-11 14:37:30 +01:00
25972c7881 Initial commit 2020-04-10 11:23:13 +01:00