chain-assertions 0.0.1

Insertable assertions into method chains
Documentation
[badges.github]
repository = "mezum/chain-assertions-rs"
workflow = "ci"

[features]
default = ["std"]
passthrough = []
std = []

[lib]
name = "chain_assertions"
path = "src/lib.rs"

[package]
authors = ["Kitsunesaki Mezumona <dev@mezum.jp>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "no-std::no-alloc"]
description = "Insertable assertions into method chains"
edition = "2021"
keywords = ["assertions", "chaining", "debugging", "utility"]
license = "MIT OR Apache-2.0"
name = "chain-assertions"
readme = "README.md"
repository = "https://github.com/mezum/chain-assertions-rs"
rust-version = "1.56.1"
version = "0.0.1"