This is very half-baked at the moment and very inefficient, e.g. inappropriate use of by-value `self` (and thus being forced into an overuse of `clone`). People get the wrong impression about Rust when using it, e.g. that Rust cannot express what other languages can because the implementation is inefficient: https://news.ycombinator.com/item?id=8187831 . |
||
|---|---|---|
| .. | ||
| hash | ||
| bitv.rs | ||
| btree.rs | ||
| deque.rs | ||
| dlist.rs | ||
| enum_set.rs | ||
| lib.rs | ||
| macros.rs | ||
| priority_queue.rs | ||
| ringbuf.rs | ||
| slice.rs | ||
| smallintmap.rs | ||
| str.rs | ||
| string.rs | ||
| treemap.rs | ||
| trie.rs | ||
| vec.rs | ||