xsf 0.1.0+0.1.2

Rust bindings for scipy's xsf special functions library
Documentation
# xsf-rust

[![GitHub License](https://img.shields.io/github/license/jorenham/xsf-rust?style=flat-square&color=333)](https://github.com/jorenham/xsf-rust/blob/master/LICENSE)
[![Crates.io Version](https://img.shields.io/crates/v/xsf?style=flat-square&color=333333)](https://crates.io/crates/xsf)
[![docs.rs](https://img.shields.io/docsrs/xsf?style=flat-square&color=333333)](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
```