bincode-orig/tests
Trangar 63f4607992 Feature/config limit (#439)
* Added Limit<N> and NoLimit to the configuration
* Added a limit check to Decoder and DecoderImpl
* Added test cases, added a helper function specialized for containers
* Added a test to see if inlining makes the limit config faster, added inlining to the decoder
2021-12-11 15:44:43 +01:00
..
issues split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
alloc.rs Feature/config limit (#439) 2021-12-11 15:44:43 +01:00
atomic.rs Added support for atomic integers 2021-10-16 14:49:18 +02:00
basic_types.rs Impl BorrowDecode for Option<&[u8]> and Option<&str> (#446) 2021-12-10 19:50:24 +01:00
derive.rs Impl BorrowDecode for Option<&[u8]> and Option<&str> (#446) 2021-12-10 19:50:24 +01:00
issues.rs split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
serde.rs Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
std.rs Added Decode/Encode for HashMap<K, V> (#438) 2021-11-22 15:18:58 +01:00
utils.rs split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00