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

Download history 99/week @ 2026-02-04 39/week @ 2026-02-11 76/week @ 2026-02-18 122/week @ 2026-02-25 234/week @ 2026-03-04 195/week @ 2026-03-11 239/week @ 2026-03-18 186/week @ 2026-03-25 202/week @ 2026-04-01 300/week @ 2026-04-08 229/week @ 2026-04-15 50/week @ 2026-04-22 72/week @ 2026-04-29 132/week @ 2026-05-06

520 downloads per month
Used in 52 crates (12 directly)

GPL-3.0-or-later OR Apache-2…

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