Docs.rs
zxing-cpp-0.4.1
zxing-cpp 0.4.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
axxel
Dependencies
flagset ^0.4.4
normal
image ^0.24.8
normal
optional
paste ^1.0
normal
thiserror ^1.0
normal
anyhow ^1.0
dev
cfg-if ^1.0
dev
image ^0.24.8
dev
cmake ^0.1.50
build
miette ^5.10.0
build
Versions
0.57%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zxingcpp
0.4.1
Barcode
Formats
Aliased Type
Trait Implementations
FromStr
In crate zxingcpp
zxingcpp
Type Alias
BarcodeFormats
Copy item path
Source
pub type BarcodeFormats =
FlagSet
<
BarcodeFormat
>;
Aliased Type
§
struct BarcodeFormats(
/* private fields */
);
Trait Implementations
§
Source
§
impl
FromStr
for
BarcodeFormats
Source
§
fn
from_str
(str: impl
AsRef
<
str
>) ->
Result
<
BarcodeFormats
,
Error
>