summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-30feat: add FieldSlice get_item fnHEADmasterHampusM
2025-03-30fix: add missing FieldOwned Drop implHampusM
2025-03-30feat: add into_boxed fn to FieldOwnedHampusM
2025-03-30refactor: make remove & swap_remove return new FieldOwned structHampusM
2025-03-30feat: make structs derive DebugHampusM
2025-03-30docs: correct MultiVec doc commentHampusM
2025-03-30feat: add swap_remove fnHampusM
2025-03-30feat: add remove fnHampusM
2025-03-29feat: check field types in push fnHampusM
2025-03-29docs: remove incorrect performance note in push fn doc commentHampusM
2025-03-29perf: store metadata in the allocated bufferHampusM
2025-03-28test: add & improve push testsHampusM
2025-03-28perf: use alloc instead of reallocHampusM
2025-03-28fix: pad layouts to alignmentHampusM
2025-03-28feat: add immutable field slice iterHampusM
2025-03-28feat: add field_cnt functionHampusM
2025-03-28feat: add get_item_mut fn to FieldSliceMutHampusM
2025-03-28refactor: renames fns get_field* to get_field_slice*HampusM
2025-03-28test: add drop testsHampusM
2025-03-28refactor: improve drop fn & testsHampusM
2025-03-28feat: add get_field functionHampusM
2025-03-28feat: make unsized fields not cause UBHampusM
2025-03-28refactor: comment out get_all & make ptr to MaybeUninit<u8>HampusM
2025-03-28feat: 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
2024-08-25initial commitHampusM