diff options
Diffstat (limited to 'rust/src/binarywriter.rs')
| -rw-r--r-- | rust/src/binarywriter.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/binarywriter.rs b/rust/src/binarywriter.rs index f56ed108..88d124e6 100644 --- a/rust/src/binarywriter.rs +++ b/rust/src/binarywriter.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//! A convenience class for writing binary data + use binaryninjacore_sys::*; use crate::binaryview::BinaryView; |
