docs.rs failed to build bmi-driver-0.0.0
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.
BMI-DRIVER-RS
Basic Model Interface (BMI) driver with support for C and Fortran models.
Usage
use ;
Adapters
BmiC- C models with function pointer structBmiFortran- Fortran models with iso_c_bindingBmiSloth- Dummy model for constant values
Structure
src/
├── lib.rs # Public exports
├── traits.rs # Bmi trait and types
├── error.rs # Error types
├── ffi.rs # C FFI bindings
├── library.rs # Dynamic library loading
├── config.rs # Configuration parsing
├── forcings.rs # NetCDF forcing data
├── runner.rs # Model orchestration
└── adapters/
├── mod.rs # Adapter exports
├── c.rs # C BMI adapter
├── fortran.rs # Fortran BMI adapter
└── sloth.rs # SLOTH dummy model