webagents

Crates.iowebagents
lib.rswebagents
version0.1.0
created_at2026-01-04 21:07:41.885102+00
updated_at2026-01-04 21:07:41.885102+00
descriptionA simple hello world library for webagents
homepage
repositoryhttps://github.com/robutlerai/webagents-rust
max_upload_size
id2022475
size3,298
(voldmr)

documentation

README

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

Commit count: 0

cargo fmt