file system and file donload

This commit is contained in:
TIBERGHIEN corentin
2026-01-23 01:11:02 +01:00
parent 26fa7a833f
commit 31b26e96b0
7 changed files with 513 additions and 34 deletions

View File

@@ -224,7 +224,7 @@ impl HandshakeMessage {
mod tests {
// Note this useful idiom: importing names from outer (for mod tests) scope.
use super::*;
/*
/// creates an handshake message
#[tokio::test]
async fn creating_handshake_msg() {
@@ -242,5 +242,5 @@ mod tests {
let parsed = HandshakeMessage::parse(ser);
handshake.display();
parsed.display();
}
}*/
}