magic-curves 1.0.0

A Rust library to deal with bonding curves.
Documentation
  • Coverage
  • 47.83%
    22 out of 46 items documented7 out of 20 items with examples
  • Size
  • Source code size: 42.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • 0xC0A1/magic-curves
    11 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 0xC0A1

🪄 Magic Curves

Crates.io Docs.rs License

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:

[dependencies]
magic-curves = "1.0.0"

or using cargo:

$ cargo add magic-curves

📚 Documentation

For detailed information on how to use Magic Curves, please refer to the official documentation.

🤝 Contributing

We welcome contributions! Please read our contributing guidelines for more details.

📜 License

This project is licensed under the MIT License. See the LICENSE 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.