Crates.io | featurecomb |
lib.rs | featurecomb |
version | 0.1.1 |
source | src |
created_at | 2024-11-27 17:19:16.229543 |
updated_at | 2024-11-28 17:35:37.737718 |
description | Define feature groups and enforce relations between Cargo features from your manifest |
homepage | |
repository | https://codeberg.org/AudaciousAxiom/featurecomb |
max_upload_size | |
id | 1463410 |
size | 38,232 |
Define feature groups and enforce relations between Cargo features from your manifest
The documentation is available on docs.rs.
In
examples/featurecomb-example/featurecomb-example-dependent/Cargo.toml
try enabling/disabling the various features of
examples/featurecomb-example/featurecomb-example-lib
.
Run cargo run
in examples/featurecomb-example
to check the effect.
Copyright 2024 AudaciousAxiom
This project is licensed under MPL-2.0, except for the featurecomb-schema
crate which is licensed under MIT OR Apache-2.0.