# Green-kernels
A Rust library for the evaluation of Green's function kernels.
## Documentation
The latest documentation of the main branch of this repo is available at [bempp.github.io/green-kernels/](https://bempp.github.io/green-kernels/).
## Testing
The functionality of the library can be tested by running:
```bash
cargo test
```
## Getting help
Errors in the library should be added to the [GitHub issue tracker](https://github.com/bempp/green-kernels/issues).
Questions about the library and its use can be asked on the [Bempp Discourse](https://bempp.discourse.group).
## Licence
Green-kernels is licensed under a BSD 3-Clause licence. Full text of the licence can be found [here](LICENSE.md).