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
Probably worth switching (back?) to the toml crate? It has display and parse Cargo features to combat slow compile times these days if only one or the other is used.
https://github.com/dtolnay/basic-toml is archived.
Probably worth switching (back?) to the
tomlcrate? It hasdisplayandparseCargo features to combat slow compile times these days if only one or the other is used.