bobzhang/toml/datetime does not have a README file
impl Show for TomlDateTime#deprecated("compare with `==`; the Eq impl is unaffected")
fn TomlDateTime::equal(TomlDateTime, TomlDateTime) -> Bool#deprecated("compare with `==`; the Eq impl is unaffected")
fn TomlDateTime::not_equal(x : TomlDateTime, y : TomlDateTime) -> Bool#deprecated("render via the Show trait, e.g. `inspect` or `\\{value}`")
fn TomlDateTime::output(self : TomlDateTime, logger : &Logger) -> Unit#deprecated("render via the Debug trait, e.g. `debug_inspect`")
fn TomlDateTime::to_repr(TomlDateTime) -> ReprA TOML parser implementation in MoonBit
Dependencies