General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 5m18s

This commit is contained in:
Alex Emmet 2026-07-18 03:08:03 +02:00
commit 6e5c985719
122 changed files with 10309 additions and 5206 deletions

View file

@ -144,6 +144,10 @@ mod registry {
self.versions.last_key_value().map(|(_, v)| v)
}
pub fn versions(&self) -> impl Iterator<Item = &Version> {
self.versions.keys()
}
pub fn builtin() -> Self {
let mut r = Self::new();
for tm in builtin_type_maps() {