| Crates.io | robutler |
| lib.rs | robutler |
| version | 0.1.0 |
| created_at | 2026-01-20 20:20:15.5354+00 |
| updated_at | 2026-01-20 20:20:15.5354+00 |
| description | A simple hello world library for robutler |
| homepage | |
| repository | https://github.com/robutlerai/webagents-rust |
| max_upload_size | |
| id | 2057478 |
| size | 3,184 |
A simple hello world library for Rust.
Add this to your Cargo.toml:
[dependencies]
robutler = "0.1.0"
Then use it in your code:
use robutler::hello_world;
fn main() {
println!("{}", hello_world());
}
MIT