same-as 1.0.0

Type equality in stable Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Will Sturgeon <willstrgn@gmail.com>"]
categories = ["mathematics", "no-std", "algorithms", "compilers", "data-structures"]
description = "Type equality in stable Rust."
edition = "2021"
keywords = ["types", "proofs", "math", "logic", "metaprogramming"]
license = "LGPL-3.0-or-later"
name = "same-as"
readme = "README.md"
repository = "https://github.com/wrsturgeon/same-as"
version = "1.0.0"