specializer 0.1.0

Safe specialization on stable Rust with builder-like pattern
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "no-std", "no-std::no-alloc", "rust-patterns"]
description = """
Safe specialization on stable Rust with builder-like pattern
"""
documentation = "https://docs.rs/specializer"
edition = "2024"
homepage = "https://github.com/AldaronLau/specializer/releases"
include = ["/LICENSE_APACHE", "/LICENSE_BOOST", "/LICENSE_MIT", "/README.md", "/src/*", "/examples/*"]
keywords = ["specialization", "specialize", "generics"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "specializer"
readme = "README.md"
repository = "https://github.com/AldaronLau/specializer"
rust-version = "1.85"
version = "0.1.0"