same-types 0.1.1

Ensure that two types are the same.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "same-types"
version = "0.1.1"
edition = "2018"
authors = ["René Kijewski <rene.[SURNAME]@fu-berlin.de>"]
license = "ISC OR MIT OR Apache-2.0"
description = "Ensure that two types are the same."
homepage = "https://github.com/Kijewski/tupleops"
repository = "https://github.com/Kijewski/tupleops"
categories = ["rust-patterns"]
keywords = ["no-std", "tuple"]
readme = "README.md"

[lib]
name = "same_types"