use-wythoff 0.0.6

Wythoff notation primitives for the RustUse geometry workspace
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented1 out of 4 items with examples
  • Size
  • Source code size: 3.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 311.66 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-wythoff

Wythoff notation primitives for the RustUse geometry workspace.

use-wythoff stores Wythoff symbols as notation metadata. It does not implement Wythoff construction algorithms.

Example

use use_wythoff::WythoffSymbol;

let symbol = WythoffSymbol::new("3 | 4 2").expect("valid symbol");

assert_eq!(symbol.to_string(), "3 | 4 2");