sundials-rs-sys 0.1.1

Raw FFI bindings to the SUNDIALS C library (CVODE, CVODES, IDA, IDAS)
Documentation
# sundials-rs-sys

Raw, unsafe FFI bindings to the [SUNDIALS](https://computing.llnl.gov/projects/sundials)
C library, generated by [bindgen](https://github.com/rust-lang/rust-bindgen).

This crate is the low-level foundation for the
[`sundials-rs`](https://crates.io/crates/sundials-rs) safe-wrapper crate.
Most users should depend on `sundials-rs` rather than this crate directly.

## Features

- **`vendored`** — downloads SUNDIALS 7.4.0 from GitHub, builds a static
  library with CMake, and links against it. Requires `cmake` on `PATH`.
  No system SUNDIALS installation needed.

## License

Licensed under either of [MIT](LICENSE-MIT) or
[Apache-2.0](LICENSE-APACHE) at your option.