User:Inthar/Code: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 646: Line 646:
=== lib.rs ===
=== lib.rs ===
<syntaxhighlight lang="rs">
<syntaxhighlight lang="rs">
// scaletheory.rs
// Inthar's higher-rank scale theory library
// v0.0.0
use std::collections::BTreeSet;
use std::collections::BTreeSet;
use std::collections::HashSet;
use std::collections::HashSet;