Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable

add `smallvec` to default features

tjh 52cc7a16 61d725d1

Changed files
+1 -1
+1 -1
Cargo.toml
··· 7 7 smallvec = { version = "1.13.2", optional = true } 8 8 9 9 [features] 10 - default = ["reclaim-memory"] 10 + default = ["reclaim-memory", "smallvec"] 11 11 reclaim-memory = [] 12 12 smallvec = ["dep:smallvec"] 13 13 timing = []