use BytesPattern for {binnpat, binnpats} without crate prefix

This commit is contained in:
2022-08-27 23:57:43 +03:00
parent f4274d703d
commit c3bf670f19
2 changed files with 1 additions and 5 deletions

View File

@@ -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() {