use-archimedean 0.0.6

Archimedean 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: 5.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 323.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s 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-archimedean

Archimedean solid metadata for the RustUse geometry workspace.

use-archimedean groups named Archimedean solids such as the cuboctahedron inside one family crate. It does not generate meshes or coordinates.

Example

use use_archimedean::ArchimedeanSolid;

let solid = ArchimedeanSolid::Cuboctahedron;

assert_eq!(solid.name(), "cuboctahedron");
assert_eq!(solid.face_configuration(), "3.4.3.4");