Skip to content

Commit f962e3a

Browse files
perlindgrenkorken89
authored andcommitted
Initial conversion to const generics
vec passes tests vec passes tests with docs as well (besides one with FromIter) vec passes tests with docs as well (besides one with FromIter) exposing full API passing all current tests starting with string string test passes mostly string test passes ufmt passes TODO removed binary_heap wip binary_heap passes tests sealed passes spsc wip spsc wip2 split wip3 spcs and split passes --lib tests spcs and split passes --lib tests spcs and split passes --lib tests spcs and split passes all tests (doc + lib) indexmap wip indexmap passes --lib test indexmap passes all tests (lib + doc) indexset passes all tests (lib + doc) indexset passes all tests (lib + doc) linear map wip linear map all test (lib + doc) passes, drop not tested, into_iter(mut self) not implemented history buffer all test pass (doc + lib), Copy instead of clone atm serde does not work pool works, serde still not serde wip serde wip serde wip serde wip
1 parent 6ba462e commit f962e3a

File tree

17 files changed

+1207
-1496
lines changed

17 files changed

+1207
-1496
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ scoped_threadpool = "0.1.8"
3333

3434
[dependencies]
3535
as-slice = "0.1.0"
36-
generic-array = "0.13.0"
36+
# generic-array = "0.13.0"
3737
hash32 = "0.1.0"
3838

3939
[dependencies.serde]

0 commit comments

Comments
 (0)