browscap-rs 0.1.1

Rust implementation of browscap, ported from browscap-java
Documentation
1
2
3
4
5
6
7
8
9
10
# browscap-rs


[![Crates.io](https://img.shields.io/crates/v/browscap-rs)](https://crates.io/crates/browscap-rs)
[![Documentation](https://docs.rs/browscap-rs/badge.svg)](https://docs.rs/browscap-rs)

Rust implementation of [browscap](https://browscap.org/) user agent parser, ported from browscap-java.

## Note

This is an early port with different performance characteristics than the Java version. Some operations are faster, others are slower. Use with appropriate expectations.
It will first be used in my [free url shortener](https://www.nav2.me) service.