What containers, beside Vector<T> (and Map<K,V> made with Vector) + variants would you like to see the most?
HashMap and proper Map<K,V> are already on the roadmap https://pagghiu.github.io/SaneCppLibraries/library_container...
Stack can be easily created with Vector.
I think Queue is pretty specialized, but I will think about it.