Add brute-force search
This commit is contained in:
parent
a345bf99c6
commit
ff378b1dd8
4 changed files with 135 additions and 31 deletions
|
|
@ -13,8 +13,8 @@ pub struct Entry<T> {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct EntryDetailed<T> {
|
||||
header: EntryHeaderWithDataSize,
|
||||
data: Vec<T>,
|
||||
pub header: EntryHeaderWithDataSize,
|
||||
pub data: Vec<T>,
|
||||
}
|
||||
|
||||
impl <T>Entry<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue