real_ua 0.1.0

generates random &'static str http user-agent
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 37.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 108.08 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • old-redcloudvg/real_ua
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • priv2024

real_ua

static real user-agent automatically updated

fn main() {
    let user_agent: &'static str = real_ua::get_ua();
    println!("{}", user_agent);
}

It depends on fastrand to select randomly a user-agent from a static list.

TODO

  • update user agents using GitHub workflow