steganography
A simple steganography library written in rust
Usage
Add the following to the Cargo.toml in your project:
[]
= "*"
and import using extern crate:
extern crate steganography;
//Use steganography::
Writing a buffer to a file
let buffer = ;
let outputFile = write_to_file;
let ref mut outputPath = &new;
let _ = out.save.unwrap;
Reading a buffer from a file
let out_buf = read_from_file;
Testing