The source project of this merge request has been removed.
Implement spa_dict
This is a draft for an implementation for spa_dict.
I wanted to get some thoughts on the API before I implement everything.
I tried to keep it close to std::collections::HashMap so that it feels familiar to other maps in rust.
Any functions I should add or change?
Edited by Tom Wagner