static_assertions 0.2.5

Compile-time assertions to ensure that invariants are met.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "static_assertions"
version = "0.2.5"
authors = ["Nikolai Vazquez"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/nvzqz/static-assertions-rs"
repository = "https://github.com/nvzqz/static-assertions-rs"
documentation = "https://docs.rs/static_assertions/"
categories = ["no-std", "rust-patterns"]
keywords = ["assert", "static", "testing"]
description = "Compile-time assertions to ensure that invariants are met."
include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"]

[badges]
travis-ci = { repository = "nvzqz/static-assertions-rs" }

[features]