| Crates.io | rfclib |
| lib.rs | rfclib |
| version | 0.1.0 |
| created_at | 2021-08-24 17:32:13.774568+00 |
| updated_at | 2021-08-24 17:32:13.774568+00 |
| description | Rust library for querying IETF RFCs |
| homepage | https://github.com/ewpratten/rfclib |
| repository | https://github.com/ewpratten/rfclib |
| max_upload_size | |
| id | 441779 |
| size | 42,815 |
Rust library for querying IETF RFCs
let rfc = rfclib::query_rfc(2549).await.unwrap();
assert_eq!(rfc.name, "rfc2549");
assert_eq!(rfc.title, "IP over Avian Carriers with Quality of Service");