always-assert 0.1.1

Recoverable assertions for long-running robust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.log]
optional = true
version = "0.4"

[features]
force = []

[package]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
categories = ["development-tools::debugging"]
description = "Recoverable assertions for long-running robust applications"
edition = "2018"
exclude = [".github/", "bors.toml", "rustfmt.toml"]
keywords = ["assert"]
license = "MIT OR Apache-2.0"
name = "always-assert"
repository = "https://github.com/matklad/always-assert"
version = "0.1.1"