Java ArrayList and List in Rust

How do I write Java ArrayList and List in Rust which use Wait enum?

I would love to benchmark again this version in Rust!

https://gist.github.com/boyter/42df7f203c0932e37980f7974c017ec5#file-puzzle-java-L157

Vec<T> is the Rust equivalent of Java ArrayList<T>.

1 Like

Thanks, will take a look.