lenient_bool 0.1.0

A bool parser that is more accepting of various string bool representations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "lenient_bool"
version = "0.1.0"
authors = ["Daniel Imfeld <daniel@danielimfeld.com>"]
license = "MIT/Apache-2.0"
description = "A bool parser that is more accepting of various string bool representations."
repository = "https://github.com/dimfeld/rust_lenient_bool"
readme = "README.md"
keywords = ["bool", "parse"]

[dependencies]