update rust: add facet

This commit is contained in:
JMARyA 2025-06-12 22:55:59 +02:00
parent 0d26df997e
commit 49156024e8
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1022,6 +1022,7 @@ Currently, all supported targets follow the assembly code syntax used by LLVM's
- [json-patch](https://lib.rs/crates/json-patch): RFC 6902, JavaScript Object Notation (JSON) Patch
- [rss](https://lib.rs/crates/rss): Library for serializing the RSS web content syndication format
- [postcard](https://lib.rs/crates/postcard): A no_std + serde compatible message library for Rust
- [facet](https://lib.rs/crates/facet): facet provides reflection for Rust: it gives types a SHAPE associated const with details on the layout, fields, doc comments, attributes, etc. It can be used for many things, from (de)serialization to pretty-printing, rich debuggers, CLI parsing, reflection in templating engines, code generation, etc.
### Encoding
- [hex](https://lib.rs/crates/hex): Encoding and decoding data into/from hexadecimal representation