Using Box<> with HashMap<> in Rust

前端 未结 0 835
没有蜡笔的小新
没有蜡笔的小新 2020-12-03 07:14

I need to create a large HashMap in Rust, which is why I thought of using the Box to use the heap memory.
My question is about what is the be

相关标签:
回答
  • 消灭零回复
提交回复
热议问题