Crate toml_query

Crate toml_query 

Source
Expand description

§toml-query

A crate to help executing queries on toml data structures inside Rust code.

Modules§

delete
error
Error types
insert
log
If logging is not compiled into the library, this module defines the logging macros to result in nothing.
read
set
value

Macros§

debug
This macro is defined if the logging feature is not compiled into the library
error
This macro is defined if the logging feature is not compiled into the library
info
This macro is defined if the logging feature is not compiled into the library
log
This macro is defined if the logging feature is not compiled into the library
trace
This macro is defined if the logging feature is not compiled into the library
warn
This macro is defined if the logging feature is not compiled into the library