An open API service indexing awesome lists of open source software.

https://github.com/tasshi-me/fitting-rs

Curve fitting library for Rust
https://github.com/tasshi-me/fitting-rs

fitting rust rust-library science

Last synced: 7 months ago
JSON representation

Curve fitting library for Rust

Awesome Lists containing this project

README

          

# fitting-rs

[![crates.io](https://img.shields.io/crates/v/fitting.svg)](https://crates.io/crates/fitting)
[![docs.rs](https://docs.rs/fitting/badge.svg)](https://docs.rs/fitting)
[![Build and Test](https://github.com/tasshi-me/fitting-rs/workflows/Build%20and%20Test/badge.svg)](https://github.com/tasshi-me/fitting-rs/actions?query=workflow%3A%22Build+and+Test%22)
[![Format and Lint](https://github.com/tasshi-me/fitting-rs/workflows/Format%20and%20Lint/badge.svg)](https://github.com/tasshi-me/fitting-rs/actions?query=workflow%3A%22Format+and+Lint%22)
[![codecov](https://codecov.io/gh/tasshi-me/fitting-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/tasshi-me/fitting-rs)

Curve fitting library for Rust

## Updates

See [CHANGELOG.md](./CHANGELOG.md)

## License

This project is licensed under the MIT license.