magic-curves

Crates.iomagic-curves
lib.rsmagic-curves
version1.0.0
sourcesrc
created_at2024-08-21 16:31:21.484928
updated_at2024-09-05 18:54:05.197556
descriptionA Rust library to deal with bonding curves.
homepagehttps://github.com/kevinrodriguez-io/magic-curves
repositoryhttps://github.com/kevinrodriguez-io/magic-curves
max_upload_size
id1346710
size42,593
Kevin Rodríguez (kevinrodriguez-io)

documentation

https://docs.rs/magic-curves

README

🪄 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.

Commit count: 0

cargo fmt