lenient_bool 0.1.0

A bool parser that is more accepting of various string bool representations.
Documentation

LenientBool

crates.io

This create provides the LenientBool type, which converts the following values into a boolean:

  • true
  • false
  • t
  • f
  • 0
  • 1

Comparisons are case-insensitive, so TRUE, tRue, and T all work, for example.

Documentation

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.