easybench-wasm 0.2.1

A lightweight benchmarking library for Wasm target
Documentation
[dependencies.humantime]
version = "1.3"

[dependencies.web-sys]
features = ["Window", "Performance"]
version = "0.3"
[dev-dependencies.wasm-bindgen-test]
version = "0.2.50"

[dev-dependencies.web-sys]
features = ["console"]
version = "0.3"

[lib]
name = "easybench_wasm"
path = "lib.rs"

[package]
authors = ["Alex Sayers <alex.sayers@gmail.com>", "Stefan Battiston <stefan.battiston@gmail.com>"]
categories = ["development-tools::profiling", "wasm"]
description = "A lightweight benchmarking library for Wasm target"
keywords = ["benchmark", "profiling", "wasm", "wasm32"]
license = "MIT OR Apache-2.0"
name = "easybench-wasm"
readme = "README.md"
repository = "https://github.com/stefan2718/easybench-wasm"
version = "0.2.1"