Registry / utility / uaparser

uaparser

JSON →
library0.6.4rscratesunverified

A Rust implementation of the UA Parser for parsing user-agent strings.

# Cargo.toml [dependencies] uaparser = "0.6.4"
INSTALL
IMPORT
SIG · UAPARSER
U
uaparser
utilityrustv0.6.4
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.

UserAgentParser
use uaparser::UserAgentParser;

Parses a user-agent string.

use uaparser::UserAgentParser; let parser = UserAgentParser::new().unwrap(); let result = parser.parse("Mozilla/5.0 ...");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
uaparser — cargo add uaparser · libregistry