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
However, I'm unsure how well this can be integrated without a basic_toml::Table type (which is where I stopped in preparing my contribution). If toml::Table is compatible enough for datetimes, then maybe that can work.
The text was updated successfully, but these errors were encountered:
As of right now, there are 21 decoder failures and the decoder failures are preventing verifying the encoder, so the number of encoder failures is unknown. There are also 4 invalid cases that are accepted. See https://arp242.github.io/toml-test-matrix/output/rust-basic-toml.html
https://github.com/BurntSushi/toml-test is the semi-official compliance test suite.
toml_test_harness
is a rust crate that makes it semi-easy to add it tocargo test
Example
However, I'm unsure how well this can be integrated without a
basic_toml::Table
type (which is where I stopped in preparing my contribution). Iftoml::Table
is compatible enough for datetimes, then maybe that can work.The text was updated successfully, but these errors were encountered: