# 3D Shape Formula Rust Library [![Test Status](https://github.com/rust-random/rand/workflows/Tests/badge.svg?event=push)](https://github.com/rust-random/rand/actions) [![Crate](https://img.shields.io/crates/v/rand.svg)](https://crates.io/crates/rand) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) [![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand) [![API](https://docs.rs/rand/badge.svg)](https://docs.rs/rand) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.51+-lightgray.svg)](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.