assert-type-eq 0.1.0

Macro to assert types across potentially different crate versions are compatible
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "assert-type-eq"
version = "0.1.0"
authors = ["Metaswitch Networks Ltd"]
license = "Apache-2.0"
description = "Macro to assert types across potentially different crate versions are compatible"
homepage = "https://github.com/Metaswitch/assert-type-eq-rs"
repository = "https://github.com/Metaswitch/assert-type-eq-rs"
readme = "README.md"

[badges.travis-ci]
repository = "Metaswitch/assert-type-eq-rs"

[dependencies]