October 2019
Intermediate to advanced
444 pages
10h 37m
English
Create a new library project using cargo new --lib mut-shared-ownership and open src/lib.rs in your favorite editor. To enable benchmarks, please switch to nightly Rust using rustup default nightly, and add #![feature(test)] (which facilitates the use of the types required for benchmark-type tests) at the top of the lib.rs file.
Read now
Unlock full access