Implements TOML serializer.
It's just a wrapper around the python toml module.
Deserialize from TOML into Python data structure.
stream_or_string -- toml stream or string to deserialize.
options -- options given to the python toml module.
Serialize Python data to TOML.
obj -- the data structure to serialize.
options -- options given to the python toml module.