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
[lib]
name = "same_types"

[package]
authors = ["René Kijewski <rene.[SURNAME]@fu-berlin.de>"]
categories = ["rust-patterns"]
description = "Ensure that two types are the same."
edition = "2018"
homepage = "https://github.com/Kijewski/tupleops"
keywords = ["no-std", "tuple"]
license = "ISC OR MIT OR Apache-2.0"
name = "same-types"
readme = "README.md"
repository = "https://github.com/Kijewski/tupleops"
version = "0.1.1"