aboutsummaryrefslogtreecommitdiff
path: root/src/binary.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary.rs')
-rw-r--r--src/binary.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary.rs b/src/binary.rs
index e1e6d45..a2a9d38 100644
--- a/src/binary.rs
+++ b/src/binary.rs
@@ -7,7 +7,7 @@ use std::path::Path;
use std::str;
pub struct Binary {
- words: Vec<u32>,
+ pub words: Vec<u32>,
}
#[derive(Debug)]