Registry / networking / sawp
library0.13.1rscratesunverified

Security Aware Wire Protocol parsing library.

# Cargo.toml [dependencies] sawp = "0.13.1"
INSTALL
IMPORT
SIG · SAWP
S
sawp
networkingrustv0.13.1
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 sawp::Parser;

Parses a wire protocol message.

use sawp::Parser; fn main() { let parser = Parser::new(); let data = b"\x00\x01\x02"; match parser.parse(data) { Ok(result) => println!("{:?}", result), Err(e) => eprintln!("Error: {}", e), } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
sawp — cargo add sawp · libregistry