robutler

Crates.iorobutler
lib.rsrobutler
version0.1.0
created_at2026-01-20 20:20:15.5354+00
updated_at2026-01-20 20:20:15.5354+00
descriptionA simple hello world library for robutler
homepage
repositoryhttps://github.com/robutlerai/webagents-rust
max_upload_size
id2057478
size3,184
(voldmr)

documentation

README

robutler

A simple hello world library for Rust.

Usage

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());
}

License

MIT

Commit count: 0

cargo fmt