summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
6 daysrefactor: make remove & swap_remove return new FieldOwned structHampusM
6 daysfeat: make structs derive DebugHampusM
6 daysdocs: correct MultiVec doc commentHampusM
6 daysfeat: add swap_remove fnHampusM
6 daysfeat: add remove fnHampusM
7 daysfeat: check field types in push fnHampusM
7 daysdocs: remove incorrect performance note in push fn doc commentHampusM
7 daysperf: store metadata in the allocated bufferHampusM
8 daystest: add & improve push testsHampusM
8 daysperf: use alloc instead of reallocHampusM
8 daysfix: pad layouts to alignmentHampusM
8 daysfeat: add immutable field slice iterHampusM
8 daysfeat: add field_cnt functionHampusM
8 daysfeat: add get_item_mut fn to FieldSliceMutHampusM
8 daysrefactor: renames fns get_field* to get_field_slice*HampusM
8 daystest: add drop testsHampusM
8 daysrefactor: improve drop fn & testsHampusM
8 daysfeat: add get_field functionHampusM
8 daysfeat: make unsized fields not cause UBHampusM
8 daysrefactor: comment out get_all & make ptr to MaybeUninit<u8>HampusM
8 daysfeat: allow for dynamic fieldsHampusM
2024-08-27refactor: fix clippy lintsHampusM
2024-08-27feat: make MultiVec implement DefaultHampusM
2024-08-27chore: add attribute to enable clippy lints all & pedanticHampusM
2024-08-27feat: add function to get slice with fields of all itemsHampusM
2024-08-27feat: make MultiVec implement FromIteratorHampusM
2024-08-27docs: add documentation comment to with_capacity functionHampusM
2024-08-27test: add unit test for get functionHampusM
2024-08-27fix: call with write_item function with correct indexHampusM
2024-08-27test: add push function unit testsHampusM
2024-08-26feat: add function create new MultiVec with capacityHampusM
2024-08-26feat: make get function return OptionHampusM
2024-08-26docs: add documentation commentsHampusM
2024-08-26feat: add function to get if is emptyHampusM
2024-08-26feat: add functions to get length & capacityHampusM
2024-08-26feat: add amortizationHampusM
2024-08-26feat: add support for containing more than 1 itemHampusM
2024-08-25add implementation baseHampusM