[][src]Module fondant_deps::fondant_exports

Re-exports

pub use serde_json;
pub use serde_yaml;
pub use toml;

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