Circle Area Crate
This is a collection of some generally used math functions.
Installation
To use this crate in your Rust project, add the following line to your Cargo.toml file:
[]
= "0.1.0"
Or
you can simply run this camand in your terminal cargo add Circle_area.
Use
Here is the preview of main.rs file:
use circle_area;