70 releases (26 breaking)
Uses new Rust 2024
| new 0.42.0 | Jan 6, 2026 |
|---|---|
| 0.41.0 | Dec 31, 2025 |
| 0.40.0 | Dec 29, 2025 |
| 0.31.8 | Nov 27, 2025 |
| 0.28.0 | Jul 24, 2025 |
#196 in Development tools
6,357 downloads per month
Used in 109 crates
(45 directly)
1MB
23K
SLoC
facet-reflect
Whereas the core facet crate provides essential traits like Facet itself, and
data structures like Type, StructType, Field, etc., facet-reflect uses that
information about the shape of types to allow:
- Read-only access to already-initialized values (via
Peek) - Construction of values from scratch (via
Partial)
This allows, respectively, serialization and deserialization, without risking breaking
invariants in types that implement Facet.
LLM contribution policy
Sponsors
Thanks to all individual sponsors:
...along with corporate sponsors:
...without whom this work could not exist.
Special thanks
The facet logo was drawn by Misiasart.
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~0–14MB
~138K SLoC