Compare commits
14 Commits
v0.4.2-mai
...
1bb31d7da7
| Author | SHA1 | Date | |
|---|---|---|---|
|
1bb31d7da7
|
|||
|
87a0f799cc
|
|||
|
9243c75aac
|
|||
|
54001860ca
|
|||
|
f20b16e59f
|
|||
|
2019269ded
|
|||
|
b96451bee5
|
|||
|
bfb7df2d03
|
|||
|
ff3171d9e7
|
|||
|
4df6855ca4
|
|||
|
ab15fbcd1f
|
|||
|
3055371248
|
|||
|
580d73eeb8
|
|||
|
9e30c6db00
|
@@ -9,6 +9,7 @@ pub mod test_util {
|
||||
|
||||
use rand::Rng;
|
||||
|
||||
|
||||
// Function to save a Vec<u8> to a file
|
||||
pub fn save_bytes_to_file(bytes: &[u8], file_path: &String) -> io::Result<()> {
|
||||
let file = std::path::Path::new(file_path);
|
||||
|
||||
Reference in New Issue
Block a user