rusty-typesh 0.1.1

A flexible type pattern matching system for Rust
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.5"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[lib]
name = "rusty_typesh"
path = "src/lib.rs"

[package]
authors = ["Bufferization <contact@bufferization.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "A flexible type pattern matching system for Rust"
documentation = "https://rusty-libraries.github.io/rusty-typesh/"
edition = "2021"
homepage = "https://github.com/rusty-libraries/rusty-typesh"
keywords = ["type", "pattern-matching", "runtime", "type-checking", "matching"]
license = "MIT"
name = "rusty-typesh"
readme = "README.md"
repository = "https://github.com/rusty-libraries/rusty-typesh"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"