instrumented-stepanov

Crates.ioinstrumented-stepanov
lib.rsinstrumented-stepanov
version1.1.2
sourcesrc
created_at2019-02-11 17:36:03.914416
updated_at2019-08-27 12:45:30.885368
descriptionInstrumentedBase is collecting data about number of new, clone, drop, eq, partial cmp and cmp from Instrumented instates.
homepage
repositoryhttps://github.com/letac/instrumented-stepanov
max_upload_size
id114130
size7,376
(letac)

documentation

README

instrumented-stepanov

InstrumentedBase is collecting data about number of new, clone, drop, eq, partial cmp and cmp from Instrumented instates.

Example

let n = count_operations(vec![2, 1, 3, 4], |x| x.sort());
println!("{:?}", n);

Attempt to do Efficient Programming with Components: Lecture 3 Part 1 and Efficient Programming with Components: Lecture 3 Part 2 from C++ to Rust.

Commit count: 9

cargo fmt