summaryrefslogtreecommitdiff
path: root/src/atom/mod.rs
AgeCommit message (Expand)Author
2025-11-15fix clippy lintsJohn Turner
2025-11-15impl conversion methods for Atom and CpJohn Turner
2025-11-14having more components, even if zeros, make an atom greaterJohn Turner
2025-11-14check if a OR b has leading zeros, and if so, strip and do ascii cmpJohn Turner
2025-11-14compare version letter in version cmp algoJohn Turner
2025-11-14remove leftover dbgs!John Turner
2025-11-13allow Cpv type to have a slotJohn Turner
2025-11-13impl Cp typeJohn Turner
2025-11-13impl Cpv typeJohn Turner
2025-11-13impl version comparison algorithmJohn Turner
2025-11-08put version and version operator in the same Option in the Atom structJohn Turner
2025-10-28impl Parseable traitJohn Turner
2025-10-27use deref getters where neededJohn Turner
2025-10-26fix lintsJohn Turner
2025-10-26impl fmt::Display for AtomJohn Turner
2025-10-25support "=" version operatorJohn Turner
2025-10-24support atoms with empty slotJohn Turner
2025-10-23impl atom parsingJohn Turner