| Crates.io | webagents |
| lib.rs | webagents |
| version | 0.1.0 |
| created_at | 2026-01-04 21:07:41.885102+00 |
| updated_at | 2026-01-04 21:07:41.885102+00 |
| description | A simple hello world library for webagents |
| homepage | |
| repository | https://github.com/robutlerai/webagents-rust |
| max_upload_size | |
| id | 2022475 |
| size | 3,298 |
A simple hello world library for Rust.
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());
}
MIT