charlotte-os / zenalloc

A library crate similar to the standard Rust `alloc` crate that is guaranteed to never panic
Mozilla Public License 2.0
6 stars 0 forks source link

Implement Vec #6

Open Wrench56 opened 4 months ago

Wrench56 commented 4 months ago

Implement Vec as it is needed for String referenced in issue #5. Therefore, it is a prerequisite for issue #5.

Wrench56 commented 4 months ago

In urgent need of an Iterator implementation. Reopening issue.