#shape #surface #volume #area #size #different #3d

formula_3d_shape_lib

This is a library for getting volume size and surface area for different type 3D shape

2 releases

0.1.1 Nov 23, 2022
0.1.0 Nov 23, 2022

#18 in #area

MIT license

10KB
122 lines

3D Shape Formula Rust Library

Test Status Crate Book API API Minimum rustc version

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.

No runtime deps