bincode-orig/tests
xiang 7344ad0c85 Add missing test for encode_utf8 (#683)
* Add missing test for encode_utf8

* Fix CI error by only run under std

* Merge test into testing framework for utf8 testing

---------

Co-authored-by: cxworks <cxworks@qq.com>
2023-12-11 09:06:15 +01:00
..
issues Bumped virtue to 0.0.13 (#626) 2023-03-30 13:08:23 +02:00
alloc.rs Fixed new clippy warnings (#617) 2023-03-30 11:06:34 +02:00
atomic.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
basic_types.rs Add missing test for encode_utf8 (#683) 2023-12-11 09:06:15 +01:00
derive.rs Made arrays never encode their length (#625) 2023-03-30 15:09:33 +02:00
derive_rename.rs Updated to virtue 0.0.6, added #[bincode(crate = other)] attribute (#494) 2022-01-31 19:46:57 +01:00
error_size.rs Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch (#553) 2022-06-15 20:50:09 +02:00
issues.rs Bumped virtue to 0.0.13 (#626) 2023-03-30 13:08:23 +02:00
serde.rs Compat and BorrowCompat Debug and Display implementations (#670) 2023-10-21 12:53:43 +02:00
std.rs Reverted 'static constraint on T in Vec<T> and [T; N] (#663) 2023-09-19 14:58:49 +02:00
utils.rs Made arrays never encode their length (#625) 2023-03-30 15:09:33 +02:00