aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Partial aes implementation and others improvementsIgor Tolmachev2024-07-201-55/+0
|
* Add more `#[inline]` markersIgor Tolmachev2024-07-171-1/+1
|
* Add tests and fix bugsIgor Tolmachev2024-07-161-0/+9
|
* Create file driver and implement file readerIgor Tolmachev2024-06-291-3/+3
|
* Implement deserializeIgor Tolmachev2024-06-231-9/+1
| | | | Remove bincode crate and replace it by own written serializer
* Implement serializeIgor Tolmachev2024-06-231-8/+27
|
* Add simple zip readerIgor Tolmachev2024-06-231-0/+35