Repo of no-std crates for my personal embedded projects
commits
Author
Commit
Message
Date
Fixes the config format to require values to be strings, so to avoid problems with toml Value not being able to accommodate
certain types, but then adds parsing according to the declared type to ensure the values are valid before being
formatted into constants.
Adds a mdns resolver/state-machine crate for providing MDNS-SD functionality for an embedded device.