rand_agents 1.0.0

A Rust library for generating random user agent strings.
Documentation
[[bin]]
name = "rand_agents"
path = "src/main.rs"

[dependencies.rand]
version = "0.8"

[lib]
name = "rand_agents"
path = "src/lib.rs"

[package]
authors = ["Trix Cyrus"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for generating random user agent strings."
edition = "2021"
license = "MIT"
name = "rand_agents"
readme = "README.md"
repository = "https://github.com/TrixSec/rand_agents"
version = "1.0.0"