Commit Graph

9 Commits

Author SHA1 Message Date
Brendan Hansknecht
24cd78fe7e
add tests and expose types 2022-10-18 23:35:15 -07:00
Brendan Hansknecht
96b5d365b2
Add capacity growth to RocStr
Also, cleans up the alloc and realloc api for both list and str.
Updates Str.reserve to match List.reserve
2022-10-10 22:24:55 -07:00
Ayaz Hafiz
f70993c2a3
Add RocList from array 2022-08-17 17:58:03 -05:00
Brian Hicks
31390c8ba3
implement Serialize/Deserialize for RocList 2022-08-10 17:32:31 -05:00
Brian Hicks
3afe0b1a30
implement Serialize/Deserialize for RocStr 2022-08-10 16:57:00 -05:00
Brian Carroll
b14d9b5244
Fix over-allocation in List::from_iter 2022-07-20 08:53:47 +01:00
Brian Carroll
ba7b98bdaa
Special-case RocList::from_iter for zero-size elements 2022-07-20 08:25:57 +01:00
Brian Carroll
9192aa74cd
Create RocList::from_iter 2022-07-18 20:28:04 +01:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00