pub(crate) mod array; pub(crate) mod dearray; #[cfg(feature = "debug")] pub(crate) mod debug; pub(crate) mod detable; pub(crate) mod devalue; pub(crate) mod document; pub(crate) mod inline_table; pub(crate) mod key; pub(crate) mod value;
pub(crate) mod prelude { pub(crate) use toml_parser::parser::EventKind; pub(crate) use toml_parser::ErrorSink; pub(crate) use toml_parser::ParseError; pub(crate) use winnow::stream::Stream as _;
pub(crate) type Input<'i> = winnow::stream::TokenSlice<'i, toml_parser::parser::Event>;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.