Rocket/core/lib
Sergio Benitez 39ed4a4909 Enforce using 'MsgPack<T>' to deserialize.
This commit enforces using 'MsgPack<T>', and not 'MsgPack<T, Foo>' or
'Compact<T>', to deserialize MsgPack-encoded data. It also simplifies
the round-trip msgpack test and removes the dev-dependency on `rmp`.
2024-08-09 23:10:33 -07:00
..
fuzz Finalize 'tracing' migration. 2024-06-03 15:02:44 -07:00
src Enforce using 'MsgPack<T>' to deserialize. 2024-08-09 23:10:33 -07:00
tests Enforce using 'MsgPack<T>' to deserialize. 2024-08-09 23:10:33 -07:00
Cargo.toml Enforce using 'MsgPack<T>' to deserialize. 2024-08-09 23:10:33 -07:00
LICENSE-APACHE Symlink license files in all crate directories. 2024-04-06 20:46:07 -07:00
LICENSE-MIT Symlink license files in all crate directories. 2024-04-06 20:46:07 -07:00
build.rs Fix min dependency versions. Update MSRV to 1.64. 2023-12-13 17:49:05 -08:00