Crates.io | facet-core |
lib.rs | facet-core |
version | |
source | src |
created_at | 2025-04-10 11:06:05.080769+00 |
updated_at | 2025-05-21 10:56:37.333294+00 |
description | Core types and traits for the facet ecosystem |
homepage | |
repository | https://github.com/facet-rs/facet |
max_upload_size | |
id | 1628045 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Logo by Misiasart
Thanks to all individual and corporate sponsors, without whom this work could not exist:
Defines the core types and traits used throughout the facet ecosystem for runtime reflection:
Facet
: exposes a SHAPE
associated constShape
: The central type that describes the memory layout and capabilities of a typeDef
tree, which describes type definitions (structs, enums, etc.)This crate is foundational to facet's reflection capabilities, providing the type system that enables runtime type manipulation.
Licensed under either of:
at your option.