[package] name = "tisel" version = "0.1.1" edition = "2021" authors = ["Matti "] description = "Effective type-based pseudodynamic dispatch to impls, enums and typeid" categories = ["no-std::no-alloc", "rust-patterns"] keywords = ["enum", "dyn", "dispatch", "specialization", "typeid"] license = "MPL-2.0" repository = "https://gitlab.com/infomorphic-matti/tisel" homepage = "https://gitlab.com/infomorphic-matti/tisel" documentation = "https://docs.rs/tisel" [dependencies] cisness = "1.1" [package.metadata.docs.rs] all-features = true cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]