yt-tools 0.3.0

Experiments with porting yt components to Rust
Documentation
[dependencies.cfg-if]
version = "0.1.2"

[dependencies.console_error_panic_hook]
optional = true
version = "0.1.1"

[dependencies.wasm-bindgen]
version = "0.2.15"

[dependencies.wee_alloc]
optional = true
version = "0.4.2"

[dev-dependencies.wasm-bindgen-test]
version = "0.2"

[features]
default = ["console_error_panic_hook"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "yt_tools"
path = "src/lib.rs"

[package]
authors = ["Matthew Turk <matthewturk@gmail.com>", "Madicken Munk <madicken.munk@gmail.com>"]
description = "Experiments with porting yt components to Rust"
license = "BSD-3-Clause"
name = "yt-tools"
repository = "https://github.com/data-exp-lab/rust-yt-tools"
version = "0.3.0"

[profile.release]
opt-level = "s"