This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
DragonOS-Community
/
dog
mirror de
https://github.com/DragonOS-Community/dog.git
Observar
4
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
52a4cc5d55
Branches
Tags
master
dog
/
dns
/
tests
/
wire_parsing_tests.rs
wire_parsing_tests.rs
101 B
Histórico
Raw
1
2
3
4
5
6
7
use dns::Response;
#[test]
fn parse_nothing() {
assert!(Response::from_bytes(&[]).is_err());
}