use-catalan-solid 0.0.6

Catalan solid metadata for the RustUse geometry workspace
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented1 out of 4 items with examples
  • Size
  • Source code size: 6.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 324.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustUse/use-geometry
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CloudBranch

use-catalan-solid

Catalan solid metadata for the RustUse geometry workspace.

use-catalan-solid groups Catalan solids and records their dual Archimedean solids where that metadata is direct.

Example

use use_archimedean::ArchimedeanSolid;
use use_catalan_solid::CatalanSolid;

let solid = CatalanSolid::RhombicDodecahedron;

assert_eq!(solid.dual_archimedean(), ArchimedeanSolid::Cuboctahedron);