to-be 0.0.6

Simple Rust library determining whether strings indicate truey or falsy values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "base-traits"
version = "0.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb2de59cca22f51f3301a09c549b0b4a32f56e8a007d0d44b02a1ce42975b37"

[[package]]
name = "to-be"
version = "0.0.6"
dependencies = [
 "base-traits",
]