fiftyonedegrees 0.2.2

A wrapper around Rust FFI bindings for the 51Degrees device detection C++ library.
Documentation
#![allow(warnings)]

pub mod properties;
pub mod api;

mod shim;