# `bsplines` Rust Library
[](https://crates.io/crates/bsplines)
[](https://docs.rs/bsplines)
[](https://www.apache.org/licenses/LICENSE-2.0)
Rust library for vectorized, N-dimensional B-spline curves and their derivatives based
on [nalgebra](https://docs.rs/nalgebra/latest/nalgebra/).
## 🚧 This Library is Under Construction 🚧
- [ ] Use iterators and simplify loops
- [ ] Use `thiserror`
- [ ] Refactor visibility and folder structure
- [ ] Refactor method selection and settings structs
- [ ] Add benchmarks and improve performance