Registry / networking / sfv
library0.15.0rscratesunverified

Structured Field Values for HTTP parser implementing RFC 8941 and RFC 9651.

# Cargo.toml [dependencies] sfv = "0.15.0"
INSTALL
IMPORT
SIG · SFV
S
sfv
networkingrustv0.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parser
use sfv::Parser;

Parse a structured field value item.

use sfv::Parser; fn main() { let parser = Parser::new(); let result = parser.parse_item("3.14"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
sfv — cargo add sfv · libregistry