You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
670: Implement `Cross.toml` deserialization using `serde` r=Emilgardis a=mntns
This PR implements the deserialization of the `Cross.toml` config using `serde`. It can therefore be seen as some preliminary work on the issues #657, #664, and is related to #532 on #624.
I added some basic documentation as module-level documentation, although I'm not sure whether this is the best place for that. Ideally it should be documentated in the `README.md` at some point. Furthermore, `CrossToml` lives in its own module, but a more suitable place might be the `config` module.
Co-authored-by: Niklas Kunz <git@monoton.space>
Discussed in #532
We should add some kind of specification, this should be helped with #657
The text was updated successfully, but these errors were encountered: