#ietf-rfc #querying #information

rfclib

Rust library for querying IETF RFCs

1 unstable release

0.1.0 Aug 24, 2021

#19 in #ietf-rfc

GPL-3.0 license

16KB
82 lines

rfclib

Crates.io Docs.rs Build Clippy Audit

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
~260K SLoC