This website works better with JavaScript
Главная
Обзор
Помощь
Вход
DragonOS-Community
/
dog
зеркало из
https://github.com/DragonOS-Community/dog.git
Следить
4
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
52a4cc5d55
Ветки
Метки
master
dog
/
dns
/
tests
/
wire_parsing_tests.rs
wire_parsing_tests.rs
101 B
История
Исходник
1
2
3
4
5
6
7
use dns::Response;
#[test]
fn parse_nothing() {
assert!(Response::from_bytes(&[]).is_err());
}