mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
remove doc test for helpers (for now)
This commit is contained in:
@@ -1,19 +1,3 @@
|
|||||||
/// helper functions for common decode scenarios
|
|
||||||
/// ## Eample
|
|
||||||
/// ```
|
|
||||||
/// use rxing;
|
|
||||||
///
|
|
||||||
/// fn main() {
|
|
||||||
/// let file_name = "test_image.jpg";
|
|
||||||
///
|
|
||||||
/// let results = rxing::helpers::detect_multiple_in_file(file_name).expect("decodes");
|
|
||||||
///
|
|
||||||
/// for result in results {
|
|
||||||
/// println!("{} -> {}", result.getBarcodeFormat(), result.getText())
|
|
||||||
/// }
|
|
||||||
/// }
|
|
||||||
/// ```
|
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
collections::{HashMap, HashSet},
|
collections::{HashMap, HashSet},
|
||||||
rc::Rc,
|
rc::Rc,
|
||||||
|
|||||||
Reference in New Issue
Block a user