mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-19 14:23:33 -04:00
1dbf6bfe73
* Add Serde support. * Removes `serde/alloc` from deps( tests still pass without it anyways) * Fix some issues that could result in a panic. * Wait, actually use the size_hint properly. * Error instead of silent truncation. * That wasn't meant to be a default feature.