Skip to main content

Crate rtcom_config

Crate rtcom_config 

Source
Expand description

Profile persistence for rtcom.

Re-exports§

pub use paths::default_profile_path;
pub use profile::ModalStyle;
pub use profile::Profile;

Modules§

paths
Default filesystem locations for rtcom profiles.
profile
Profile struct and TOML-persisted sub-sections for rtcom settings.

Enums§

Error
Errors produced by profile IO.

Functions§

read
Read a profile from a TOML file at path.
write
Serialize profile to TOML and write it to path, creating any missing parent directories.