featurecomb 0.2.0

Define feature groups and enforce relations between Cargo features from your manifest
Documentation
# featurecomb

> Define feature groups and enforce relations between Cargo features from your manifest

## Documentation

The documentation is [available on docs.rs](https://docs.rs/featurecomb/).

## Example

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.

## License

Copyright 2024–2026 AudaciousAxiom

This project is licensed under MIT OR Apache-2.0.