A pure Rust library and CLI that automates DREIDING force field parameterization by orchestrating structure repair, topology perception, and charge calculation for both biological and chemical systems.
usestd::path::PathBuf;usedreid_forge::io::Format;#[derive(Debug, Clone)]pubstructOutputSpec{/// Path to write to, or `None` for stdout.
pubpath:Option<PathBuf>,
/// Output format.
pubformat: Format,
}