1 unstable release
0.1.0 | Aug 24, 2021 |
---|
#20 in #ietf-rfc
16KB
82 lines
rfclib
Rust library for querying IETF RFCs
Example
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");
lib.rs
:
rfclib
is a library for fetching information about IETF RFCs.
Dependencies
~5–17MB
~251K SLoC