1 unstable release
| 0.1.0 | Jan 4, 2026 |
|---|
#1323 in Development tools
3KB
webagents
A simple hello world library for Rust.
Usage
Add this to your Cargo.toml:
[dependencies]
webagents = "0.1.0"
Then use it in your code:
use webagents::hello_world;
fn main() {
println!("{}", hello_world());
}
License
MIT