docs.rs failed to build keybase-bot-api-0.4.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
keybase-bot-api-0.4.1
Keybase Bot API for Rust
Script Keybase Chat in Rust!
This module is a side-project/work in progress and may change or have crashers, but feel free to play with it. As long as you're logged in as a Keybase user, you can use this module to script basic chat commands.
Prerequisites
Make sure to install Keybase.
Hello world
use ;
More examples
Look at the examples folder for a full list of examples. Run them with cargo like so: cargo run --example read
.