STL rework

- fixed lots of bugs
- overlay libraries work correctly and reliably
- the STL is an overlay library
- examples updated
This commit is contained in:
2023-06-17 21:12:23 +01:00
parent 5bb8a12fc2
commit aebbf51228
91 changed files with 1444 additions and 1395 deletions

View File

@@ -23,11 +23,12 @@ doc = false
[dependencies]
thiserror = "1.0"
chumsky = "0.9.2"
hashbrown = "0.13.2"
ordered-float = "3.0"
chumsky = "0.9"
hashbrown = "0.13"
ordered-float = "3.7"
itertools = "0.10"
dyn-clone = "1.0.11"
clap = { version = "4.2.4", features = ["derive"] }
trait-set = "0.3.0"
paste = "1.0.12"
dyn-clone = "1.0"
clap = { version = "4.3", features = ["derive"] }
trait-set = "0.3"
paste = "1.0"
rust-embed = { version = "6.6", features = ["include-exclude"] }