Docs.rs
csv_lib-1.0.4
csv_lib 1.0.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PTechSoftware
Dependencies
memchr ^2.7.4
normal
memmap2 ^0.9.5
normal
num_cpus ^1.16.0
normal
Versions
59.73%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
csv_lib
1.0.4
get_
bool
Sections
Macro
get_bool!
In crate csv_
lib
csv_lib
Macro
get_bool
Copy item path
Source
macro_rules! get_bool { ($row:expr, $idx:expr) => { ... }; }
Expand description
ยง
Macro
get_bool!
Retrieves the field value as a boolean.
Supports
"true"
,
"false"
,
"1"
, and
"0"
values.