This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
DragonOS-Community
/
dog
miroir de
https://github.com/DragonOS-Community/dog.git
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
e8af70202f
Branches
Tags
master
dog
/
dns
/
tests
/
wire_parsing_tests.rs
wire_parsing_tests.rs
101 B
Historique
Raw
1
2
3
4
5
6
7
use dns::Response;
#[test]
fn parse_nothing() {
assert!(Response::from_bytes(&[]).is_err());
}