This commit is contained in:
Bojan Serafimov
2022-12-02 09:17:20 -05:00
parent 5444e6ff32
commit 72db121a8a

View File

@@ -1,5 +1,7 @@
use std::collections::BTreeMap;
// TODO the `im` crate has 20x more downloads and also has persistent
// BTree. See if it's better. (What's "fully persistent?")
use rpds::RedBlackTreeMap;