Compare commits

...

2 Commits

2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,12 @@
[package] [package]
name = "eq-type" name = "eq-type"
version = "0.1.0" version = "0.1.0"
edition = "2021" authors = ["Michael <michael@pfaff.dev>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Allows declaring an equality bound on two types and coercing between them."
repository = "https://git.pfaff.dev/michael/eq-type.rs"
homepage = "https://git.pfaff.dev/michael/eq-type.rs"
readme = "README.md"
edition = "2021"
[dependencies] [dependencies]

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# eq-type
See the [docs](https://docs.rs/eq-type).