5 releases
0.1.0 | Oct 26, 2024 |
---|---|
0.0.4 | Oct 15, 2024 |
0.0.3 | Sep 8, 2024 |
0.0.2 | May 12, 2024 |
0.0.1 | May 5, 2024 |
#473 in Algorithms
274 downloads per month
61KB
1.5K
SLoC
Integraal
Integraal aims to provide generic and efficient tools for numerical integration in the Rust Programming Language.
Quickstart
You can add integraal
as a dependency of your project by adding the following lines to its Cargo.toml:
# [dependencies]
integraal = { version = "0.1" }
or by running:
cargo add integraal
The Rust Doc is available for usage instructions, examples are provided with the source code / in the repository.
Contributing
Contributions are welcome and accepted as pull requests on GitHub. Feel free to file an issue to report bugs, or suggest improvements and new features for the project.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your preference.
The SPDX license identifier for this project is MIT OR Apache-2.0
.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0.4–1.1MB
~23K SLoC