Skip to content

Commit

Permalink
[collections] Use StorageValue in VecStorage #374 (#375)
Browse files Browse the repository at this point in the history
* reimplement vecstorage

* fix tests

* fix coverage
  • Loading branch information
michaelvlach authored Nov 26, 2022
1 parent 8e0cfd3 commit e72f58b
Show file tree
Hide file tree
Showing 18 changed files with 944 additions and 1,642 deletions.
4 changes: 0 additions & 4 deletions src/agdb/collections/vec.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
pub mod old_storage_vec_iterator;
pub mod vec_dynamic_sized;
pub mod vec_dynamic_sized_iterator;
pub mod vec_fixed_sized;
pub mod vec_fixed_sized_iterator;
24 changes: 0 additions & 24 deletions src/agdb/collections/vec/vec_dynamic_sized.rs

This file was deleted.

30 changes: 0 additions & 30 deletions src/agdb/collections/vec/vec_dynamic_sized_iterator.rs

This file was deleted.

24 changes: 0 additions & 24 deletions src/agdb/collections/vec/vec_fixed_sized.rs

This file was deleted.

Loading

0 comments on commit e72f58b

Please sign in to comment.