browserinfo 0.1.6

browser and hardware information.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod broinfomaster;
pub use broinfomaster::*;

/// Returns `javascript` to get the `user agent`.
pub fn user_agent_js() -> &'static str {
    include_str!("../../assets/min/user_agent.js")
}

/// Returns `javascript` to get the `browser info`.
pub fn broinfo_js() -> &'static str {
    include_str!("../../assets/min/broinfo.js")
}