topo 0.9.4

Reified activation records and scoped thread-locals for UI runtimes.
Documentation
[package]
name = "topo"
version = "0.9.4"
authors = ["Adam Perry <adam.n.perry@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Reified activation records and scoped thread-locals for UI runtimes."
repository = "https://github.com/anp/moxie"

include = ["Cargo.toml", "src/**/*.rs", "benches/**/*.rs", "tests/**/*.rs"]

[dependencies]
illicit = { path = "../illicit", version = "0.9.2" }
topo-macro = { path = "macro", version = "0.9.0" }

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "simple_calls"
harness = false