[go: up one dir, main page]

static_assertions 0.3.1

Compile-time assertions to ensure that invariants are met.
Documentation
[badges.travis-ci]
repository = "nvzqz/static-assertions-rs"

[features]
nightly = []

[package]
authors = ["Nikolai Vazquez"]
categories = ["no-std", "rust-patterns"]
description = "Compile-time assertions to ensure that invariants are met."
documentation = "https://docs.rs/static_assertions/"
homepage = "https://github.com/nvzqz/static-assertions-rs"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"]
keywords = ["assert", "static", "testing"]
license = "MIT/Apache-2.0"
name = "static_assertions"
readme = "README.md"
repository = "https://github.com/nvzqz/static-assertions-rs"
version = "0.3.1"