user-agent-parser 0.2.4

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 = ["rocketly"]
[badges.travis-ci]
branch = "master"
repository = "magiclen/user-agent-parser"
[dependencies.onig]
version = "5"

[dependencies.rocket]
optional = true
version = "0.4.2"

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

[features]
rocketly = ["rocket"]

[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 = "2018"
homepage = "https://magiclen.org/user-agent-parser"
include = ["src/**/*", "Cargo.toml", "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"
version = "0.2.4"