This website works better with JavaScript
首页
发现
帮助
登录
DragonOS-Community
/
dog
镜像自地址
https://github.com/DragonOS-Community/dog.git
关注
4
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
4f25f392b6
分支列表
标签列表
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());
}