Microdragon / Kernel

A microkernel written in Rust
Mozilla Public License 2.0
0 stars 1 forks source link

Start of the Configuration Framework #6

Closed Rain336 closed 10 months ago

Rain336 commented 10 months ago

PR for tracking issue #5

This PR creates the config and config_macros crates and implements the config! proc-macro as described in #3 The proc-macro is re-exported by the config crate, which is currently everything that the it does.