docs.rs failed to build feff10-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
feff10
Rust wrapper for FEFF10 X-ray absorption spectroscopy calculations.
Provides a safe Rust interface to the FEFF10 Fortran pipeline, including input parsing, output parsing, and pipeline orchestration.
Usage
use FeffInput;
use FeffConfigBuilder;
use FeffPipeline;
let input = from_file?;
let config = new
.work_dir
.input
.build?;
let result = new.run?;
for stage in &result.stages
Features
prebuilt- Skip Fortran compilation and use a prebuilt library
See the main project README for full documentation.