Skip to content

Implement spa_dict

Tom Wagner requested to merge (removed):implement_spa_dict into master

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

Merge request reports