nabla 0.1.0-beta.1

Derive macros that are both powerful and flexible
Documentation
# nabla.rs
<!-- cargo-reedme: start -->

<!-- cargo-reedme: info-start

    Do not edit - automatically generated by cargo-reedme

cargo-reedme: info-end -->

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

<!-- cargo-reedme: end -->

## 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.