fluent-asserter 0.1.9

A library write tests assertions with a fluent interface
Documentation
[package]
name = "fluent-asserter"
version = "0.1.9"
edition = "2021"
authors = ["Daniel Moka <danielmoka@protonmail.com>"]
license = "Apache-2.0"
description = "A library write tests assertions with a fluent interface"
repository = "https://github.com/mirind4/fluent-asserter"
documentation = "https://docs.rs/fluent-asserter/0.1.2/fluent_asserter"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num = "0.4.0"
lazy_static = "1.4.0"

#Uncomment it for faster local testing purposes
#[lib]
#doctest = false