fakeit 1.4.0

Fake data generator library with 130+ functions
Documentation
#[allow(dead_code)]
pub static LINUX_PROCESSOR: &[&str] = &["i686", "x86_64"];

#[allow(dead_code)]
pub static MAC_PROCESSOR: &[&str] = &["Intel", "PPC", "U; Intel", "U; PPC"];

#[allow(dead_code)]
pub static WINDOWS_PLATFORM: &[&str] = &[
    "Windows NT 6.2",
    "Windows NT 6.1",
    "Windows NT 6.0",
    "Windows NT 5.2",
    "Windows NT 5.1",
    "Windows NT 5.01",
    "Windows NT 5.0",
    "Windows NT 4.0",
    "Windows 98; Win 9x 4.90",
    "Windows 98",
    "Windows 95",
    "Windows CE",
];