10 releases
Uses new Rust 2024
| 0.3.0-preview.3 | Mar 11, 2026 |
|---|---|
| 0.3.0-preview.2 | Mar 6, 2026 |
| 0.2.2-preview.2 | Feb 8, 2026 |
#395 in Configuration
520 downloads per month
Used in 52 crates
(12 directly)
8KB
82 lines
Platform-specific constants and parameters for ArceOS.
Currently supported platform configs can be found in the configs directory of the ArceOS root.
axconfig
Platform-specific constants and parameters for ArceOS.
Uses axconfig-macros to generate compile-time configuration from a TOML file. Set the AX_CONFIG_PATH environment variable to point to a custom config; otherwise a built-in dummy.toml is used as fallback.
Usage
[dependencies]
axconfig = "0.2"
License
GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
Dependencies
~1.9–2.7MB
~51K SLoC