uap-rs 0.0.0

A Rust implementation of the UA Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name          = "uap-rs"
version       = "0.0.0"
description   = "A Rust implementation of the UA Parser"
license       = "MIT"
authors       = ["David Lewis <david@weassemble.com>"]
edition       = "2018"

homepage      = "https://github.com/davidarmstronglewis/uap-rs"
repository    = "https://github.com/davidarmstronglewis/uap-rs"
documentation = "https://docs.rs/uap-rs/"
readme        = "README.md"

keywords      = ["user", "agent", "parser", "uap", "uaparser"]

[dependencies]