Rocket/core
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
..
codegen Improve `FromParam` derive docs and error values. 2024-08-09 18:44:50 -07:00
http Improve FileServer rewrite API. 2024-07-06 15:34:21 +02:00
lib Enforce using 'MsgPack<T>' to deserialize. 2024-08-09 23:10:33 -07:00