# nabla.rs
Derive macros for rust that are both powerful and flexible.
Named after the mathematical symbol for the gradient (multivariable derivative).
Available derive macros:
- [`Display`](https://doc.rust-lang.org/stable/core/fmt/trait.Display.html) works similar to the [`thiserror::Error`] macro,
but only implements the `Display` trait and not `std::error::Error`.
[`thiserror::Error`]: https://docs.rs/thiserror/2/thiserror/derive.Error.html
## License
Licensed under either the [Apache 2.0 License](./LICENSE-APACHE.txt) or [MIT License](./LICENSE-MIT.txt) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you,
as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.