user-agent-parser 0.3.6

A parser to get the product, OS, device, cpu, and engine information from a user agent, inspired by https://github.com/faisalman/ua-parser-js and https://github.com/ua-parser/uap-core
Documentation
[[example]]
name = "rocket"
required-features = ["rocket"]
[dependencies.onig]
default-features = false
version = "6"

[dependencies.rocket]
optional = true
version = "0.5.0-rc.4"

[dependencies.yaml-rust]
version = "0.4"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["parser-implementations"]
description = "A parser to get the product, OS, device, cpu, and engine information from a user agent, inspired by https://github.com/faisalman/ua-parser-js and https://github.com/ua-parser/uap-core"
edition = "2021"
homepage = "https://magiclen.org/user-agent-parser"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "examples/rocket.rs"]
keywords = ["useragent", "user-agent", "uap", "rocket", "uap-core"]
license = "MIT"
name = "user-agent-parser"
readme = "README.md"
repository = "https://github.com/magiclen/user-agent-parser"
rust-version = "1.69"
version = "0.3.6"