use-configuration 0.0.6

Geometric configuration primitives for the RustUse geometry workspace
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented1 out of 17 items with examples
  • Size
  • Source code size: 7.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 446.96 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-configuration

Geometric configuration primitives for the RustUse geometry workspace.

use-configuration stores lightweight configuration metadata, including the Schlafli double six, with incidence support from use-incidence. It does not implement cubic-surface algorithms.

Example

use use_configuration::SchlafliDoubleSix;

let double_six = SchlafliDoubleSix::new();

assert_eq!(double_six.configuration().point_count(), 12);
assert_eq!(double_six.incidence_structure().line_count(), 30);