Snoep
Results
1
issues of
Snoep
First of all, thank you for maintaining the slotmap crate. I'm currently using `SlotMap` with various generic types (`VertData`, `FaceData`, `EdgeData`) to manage graph data in my application: ``` SlotMap...