Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Crate use_wythoff

Crate use_wythoff 

Source
Expand description

§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");

Structs§

WythoffSymbol
A lightweight Wythoff construction symbol.