rust-sasa 0.9.2

RustSASA is a Rust library for computing the absolute solvent accessible surface area (ASA/SASA) of each atom in a given protein structure using the Shrake-Rupley algorithm.
Documentation
1
2
3
// Copyright (c) 2024 Maxwell Campbell. Licensed under the MIT License.
pub mod atomic;
pub mod spatial_grid;