Crates.io | liar |
lib.rs | liar |
version | 0.5.0 |
source | src |
created_at | 2017-07-09 20:07:02.307264 |
updated_at | 2018-04-04 04:32:50.761737 |
description | Flexible, stand-alone benchmarking. |
homepage | |
repository | https://github.com/ranweiler/liar |
max_upload_size | |
id | 22776 |
size | 19,606 |
Liar is a Rust library to support writing benchmark suites as stand-alone binaries.
The project goals are:
#![no_std]
targets.Liar is released under the ISC License. The implementations
of black_box
are derived from the
bencher
and Rust
libtest
crates, which we use under the MIT license.