Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinrodriguez-io/magic-curves
Magic Curves is designed for applications requiring precise curve calculations, useful in finance, economics, and various scientific fields. The library supports both floating-point and fixed-point arithmetic for high precision in critical applications.
https://github.com/kevinrodriguez-io/magic-curves
bonding-curves logarithm rust solana
Last synced: about 1 month ago
JSON representation
Magic Curves is designed for applications requiring precise curve calculations, useful in finance, economics, and various scientific fields. The library supports both floating-point and fixed-point arithmetic for high precision in critical applications.
- Host: GitHub
- URL: https://github.com/kevinrodriguez-io/magic-curves
- Owner: kevinrodriguez-io
- License: mit
- Created: 2024-08-21T15:28:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-05T20:49:52.000Z (2 months ago)
- Last Synced: 2024-09-28T09:42:37.722Z (about 2 months ago)
- Topics: bonding-curves, logarithm, rust, solana
- Language: Rust
- Homepage: https://docs.rs/magic-curves
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🪄 Magic Curves
[![Docs.rs](https://docs.rs/magic-curves/badge.svg)](https://docs.rs/magic-curves)
[![Workflow Status](https://github.com/kevinrodriguez-io/magic-curves/workflows/Rust/badge.svg)](https://github.com/kevinrodriguez-io/magic-curves/actions)
[![Crates.io](https://img.shields.io/crates/v/magic-curves.svg)](https://crates.io/crates/magic-curves)
[![License](https://img.shields.io/crates/l/magic-curves.svg)](LICENSE.md)**Magic Curves** is your go-to Rust library for working with a bonding curves. Whether you're building decentralized finance applications, tokenomics models, or scientific simulations, Magic Curves has got you covered!
## 🌟 Features
- 📊 Multiple curve types: Linear, Quadratic, Exponential, Logarithmic, and Sigmoid
- 🔢 Support for both floating-point and fixed-point arithmetic
- 🚀 High-performance calculations
- 🧮 Precision-focused implementations
- 🛠️ Easy-to-use API## 🚀 Quick Start
Add Magic Curves to your project:
```toml
[dependencies]
magic-curves = "1.0.0"
```or using `cargo`:
```sh
$ cargo add magic-curves
```## 📚 Documentation
For detailed information on how to use Magic Curves, please refer to the [official documentation](https://docs.rs/magic-curves).
## 🤝 Contributing
We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) for more details.
## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for more details.
If you find Magic Curves useful, please consider giving us a star on GitHub. It helps us know that you appreciate our work and encourages further development!
---
Built with ❤️ by Kevin Rodríguez.