This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
DragonOS-Community
/
dog
oglindă de
https://github.com/DragonOS-Community/dog.git
Urmărește
4
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
52a4cc5d55
Ramuri
Etichete
master
dog
/
dns
/
tests
/
wire_parsing_tests.rs
wire_parsing_tests.rs
101 B
Istoric
Crud
1
2
3
4
5
6
7
use dns::Response;
#[test]
fn parse_nothing() {
assert!(Response::from_bytes(&[]).is_err());
}