lenient_bool 0.1.1

A bool parser that is more accepting of various string bool representations.
Documentation
  • Coverage
  • 33.33%
    1 out of 3 items documented1 out of 3 items with examples
  • Size
  • Source code size: 19.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • dimfeld/rust_lenient_bool
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dimfeld

LenientBool

crates.io

This crate 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.