# 3D Shape Formula Rust Library
[](https://github.com/rust-random/rand/actions)
[](https://crates.io/crates/rand)
[](https://rust-random.github.io/book/)
[](https://rust-random.github.io/rand/rand)
[](https://docs.rs/rand)
[](https://github.com/rust-random/rand#rust-version-requirements)
This is a library for getting volume size and surface area for different type 3D shape
## 3D shape are -
- Sphere
- Solid
- Cylinder
Documentation:
- [API reference (docs.rs)](https://docs.rs/formula_3d_shape_lib/0.1.1/formula_3d_shape_lib/)
## Usage
Add this to your `Cargo.toml`:
```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](LICENSE-MIT) and [COPYRIGHT](COPYRIGHT) for details.