aboutsummaryrefslogtreecommitdiff
path: root/src/structs/ser.rs
Commit message (Collapse)AuthorAgeFilesLines
* Partial aes implementation and others improvementsIgor Tolmachev2024-07-201-27/+20
|
* Add more `#[inline]` markersIgor Tolmachev2024-07-171-0/+28
|
* Save changes 2024-06-21Igor Tolmachev2024-06-231-2/+2
|
* Implement deserializeIgor Tolmachev2024-06-231-32/+35
| | | | Remove bincode crate and replace it by own written serializer
* Implement serializeIgor Tolmachev2024-06-231-1/+338
|
* Add simple zip readerIgor Tolmachev2024-06-231-0/+6