Catenary
Catenary is a Rust library for calculating catenary curves. It provides tools to model the shape of a hanging flexible chain or cable under its own weight.
Features
- Calculate catenary curves from given parameters
- Easy to integrate with other Rust projects
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
Here is a simple example of how to use Catenary:
extern crate catenary;
use Catenary;
License
This project is licensed under the MIT or Apache-2.0 Licenses.
Contribution
Contributions are welcome! Please open an issue or submit a pull request on GitLab.