webagents 0.1.0

A simple hello world library for webagents
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 2.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • voldmr

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