mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
6 lines
96 B
Rust
6 lines
96 B
Rust
#![cfg(test)]
|
|
|
|
pub fn secret_1kb() -> &'static [u8] {
|
|
include_bytes!("resources/1KB.txt")
|
|
}
|