tangled
alpha
login
or
join now
tjh.dev
/
um32
Implementation of the UM-32 "Universal Machine" as described by the
Cult of the Bound Variable
1
fork
atom
overview
issues
pulls
pipelines
add `smallvec` to default features
tjh
1 year ago
52cc7a16
61d725d1
options
unified
split
Changed files
+1
-1
Cargo.toml
+1
-1
Cargo.toml
···
7
7
smallvec = { version = "1.13.2", optional = true }
8
8
9
9
[features]
10
10
-
default = ["reclaim-memory"]
10
10
+
default = ["reclaim-memory", "smallvec"]
11
11
reclaim-memory = []
12
12
smallvec = ["dep:smallvec"]
13
13
timing = []