use BytesPattern for {binnpat, binnpats} without crate prefix
This commit is contained in:
@@ -9,7 +9,7 @@ use std::fs;
|
||||
use std::fs::{File, OpenOptions};
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use binnpatch::{ApplyPatch, FindPattern};
|
||||
use binnpatch::{ApplyPatch, BytesPattern, FindPattern};
|
||||
use binnpatch_macro::{binnpats, binnvecs};
|
||||
|
||||
fn main() {
|
||||
|
Reference in New Issue
Block a user