nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

Remove std_ring's dependency on std_vector #40

Closed nickpelling closed 6 months ago

nickpelling commented 6 months ago

This dependency was helpful while I was writing std_ring, but I think it's better to cut std_ring completely loose now.

nickpelling commented 6 months ago

Done.