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
The serde crate is a very popular library to serialize and deserialize data with structs. This is quite similar to what this crate does, and there are already implementations for config file formats like toml. I should take a look at whether it makes sense to support serde or not because I've never used it before.
The text was updated successfully, but these errors were encountered:
The
serde
crate is a very popular library to serialize and deserialize data with structs. This is quite similar to what this crate does, and there are already implementations for config file formats like toml. I should take a look at whether it makes sense to support serde or not because I've never used it before.The text was updated successfully, but these errors were encountered: