mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
move ported cpp_shared resources
This commit is contained in:
6
src/common/cpp_essentials/step_result.rs
Normal file
6
src/common/cpp_essentials/step_result.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[derive(PartialEq, Eq, Clone, Copy, Debug)]
|
||||
pub enum StepResult {
|
||||
Found,
|
||||
OpenEnd,
|
||||
ClosedEnd,
|
||||
}
|
||||
Reference in New Issue
Block a user