This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
DragonOS-Community
/
dog
şunun yansıması
https://github.com/DragonOS-Community/dog.git
İzle
4
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
c1aa686859
Dallar
Biçim İmleri
master
dog
/
dns
/
tests
/
wire_parsing_tests.rs
wire_parsing_tests.rs
101 B
Geçmiş
Ham
1
2
3
4
5
6
7
use dns::Response;
#[test]
fn parse_nothing() {
assert!(Response::from_bytes(&[]).is_err());
}