Expand description

The prelude module automatically imports the most important functions and structures into the Rust program.

Prelude contents

Re-exports

pub use crate::io::read_file;
pub use crate::io::write_file;
pub use crate::merge::merge;
pub use crate::merge::Key;
pub use crate::merge::Settings;
pub use crate::merge::Value;
pub use crate::serde::deserialize;
pub use crate::serde::serialize;