[][src]Module fondant::fondant_exports

Modules

serde_json

Serde JSON

serde_yaml

This crate is a Rust library for using the Serde serialization framework with data in YAML file format.

toml

A TOML-parsing library

Structs

ProjectDirs

ProjectDirs computes the location of cache, config or data directories for a specific application, which are derived from the standard directories and the name of the project/organization.

UserDirs

UserDirs provides paths of user-facing standard directories, following the conventions of the operating system the library is running on.

Traits

DeserializeOwned

A data structure that can be deserialized without borrowing any data from the deserializer.

Serialize

A data structure that can be serialized into any data format supported by Serde.

Functions

expand_tilde

Derive Macros

Serialize