bio-forge 0.4.1

A pure Rust library and CLI for the automated repair, preparation, and topology construction of biological macromolecules.
Documentation
1
2
3
4
5
6
//! Utility modules providing cross-cutting functionality.
//!
//! This module contains helper abstractions that support the main library features,
//! including conditional parallel processing support for multi-threaded and WASM environments.

pub mod parallel;