webagents 0.1.0

A simple hello world library for webagents
Documentation
# webagents

A simple hello world library for Rust.

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
webagents = "0.1.0"
```

Then use it in your code:

```rust
use webagents::hello_world;

fn main() {
    println!("{}", hello_world());
}
```

## License

MIT