2 releases
0.1.1 | Nov 23, 2022 |
---|---|
0.1.0 | Nov 23, 2022 |
#22 in #surface
10KB
122 lines
3D Shape Formula Rust Library
This is a library for getting volume size and surface area for different type 3D shape
3D shape are -
- Sphere
- Solid
- Cylinder
Documentation:
Usage
Add this to your Cargo.toml
:
[dependencies]
formula_3d_shape_lib = "0.1.1"
Versions
formula_3d_shape_lib is mature (suitable for general usage, with infrequent breaking releases which minimise breakage)
License
3D Shape Formula Rust Library is distributed under the terms of the MIT license
See LICENSE-MIT and COPYRIGHT for details.