index
:
multi-vec
master
Struct of arrays data structure for Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-08-27
refactor: fix clippy lints
HEAD
master
HampusM
2024-08-27
feat: make MultiVec implement Default
HampusM
2024-08-27
chore: add attribute to enable clippy lints all & pedantic
HampusM
2024-08-27
feat: add function to get slice with fields of all items
HampusM
2024-08-27
feat: make MultiVec implement FromIterator
HampusM
2024-08-27
docs: add documentation comment to with_capacity function
HampusM
2024-08-27
test: add unit test for get function
HampusM
2024-08-27
fix: call with write_item function with correct index
HampusM
2024-08-27
test: add push function unit tests
HampusM
2024-08-26
feat: add function create new MultiVec with capacity
HampusM
2024-08-26
feat: make get function return Option
HampusM
2024-08-26
docs: add documentation comments
HampusM
2024-08-26
feat: add function to get if is empty
HampusM
2024-08-26
feat: add functions to get length & capacity
HampusM
2024-08-26
feat: add amortization
HampusM
2024-08-26
feat: add support for containing more than 1 item
HampusM
2024-08-25
add implementation base
HampusM
2024-08-25
initial commit
HampusM