This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
DragonOS-Community
/
dog
réplica de
https://github.com/DragonOS-Community/dog.git
Seguir
4
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
e8af70202f
Ramas
Etiquetas
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());
}