Expand description
A library for working with kernel config information.
Works with:
- Systems that utilize Kconfig (Linux, Zephyr)
Problem statement:
- Software may run on unknown system configurations
- Software may require specific kernel config options to be enabled
- Software may be run on a minimal config system
- User wants to understand the reasons behind a kernel config setting
- User wants to be able to check the state of kernel config options.
- User may want to enforce runtime checks on kernel config options.
todo: derive readme from doc comments
Re-exports§
pub use error::KcheckError;
pub use error::KcheckResult;