# xsf-rust
[](https://github.com/jorenham/xsf-rust/blob/master/LICENSE)
[](https://crates.io/crates/xsf)
[](https://docs.rs/xsf/)
Rust bindings for [scipy/xsf](https://github.com/scipy/xsf/).
## Development
To set up a local development environment:
```bash
# Clone the repository with submodules
git clone --recurse-submodules https://github.com/jorenham/xsf-rust.git
cd xsf-rust
# Run the tests
cargo test
```