标签: vector stack dynamic-arrays rust
Google在old methods have now been removed from the language上显示了许多链接,但我找不到有关如何为Rust 0.6做什么的参考。
我刚刚实现了一个链表,我可以轻松地将其重新用于堆栈,但我宁愿使用标准库中经过良好测试的,健壮的现有数据结构。
答案 0 :(得分:2)
我会按顺序尝试:
你可以learn more about the containers on the wiki。