bincode-orig/src
Trangar e03c9b06db Added unty dependency and added type checks (#667)
* Added unty dependency and added type checks

* Bumped unty 0.0.2

* Bump unty to 0.0.3

* Removed unneeded + Sized requirements
Optimize encode for [T; N]
Made BinaryHeap<T> proxy to Vec<T>
Made VecDeque decode/borrowdecode proxy to Vec<T>
Optimize VecDeque::<u8>::Encode to write 2 slices directly
Optimize Vec<u8> borrowdecode implementation

---------

Co-authored-by: Victor Koenders <git@trang.ar>
2023-09-28 17:32:11 +02:00
..
de Added unty dependency and added type checks (#667) 2023-09-28 17:32:11 +02:00
enc Added unty dependency and added type checks (#667) 2023-09-28 17:32:11 +02:00
features Added unty dependency and added type checks (#667) 2023-09-28 17:32:11 +02:00
varint Fixed a new clippy warning (#661) 2023-09-15 13:37:27 +02:00
atomic.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
config.rs Made arrays never encode their length (#625) 2023-03-30 15:09:33 +02:00
error.rs feat: add DecodeError::Other (#602) 2022-11-21 13:33:52 +01:00
lib.rs Release rc.3 (#628) 2023-03-30 16:12:47 +02:00
utils.rs Joined the 2 Sealed traits into a single one 2021-10-21 14:27:03 +02:00