#hello-world #example #hello

webagents

A simple hello world library for webagents

1 unstable release

0.1.0 Jan 4, 2026

#1323 in Development tools

MIT license

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

No runtime deps