Docs.rs
ircbot-0.1.5
ircbot 0.1.5
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
chrj
Dependencies
chrono ^0.4
normal
chrono-tz ^0.10
normal
cron ^0.15
normal
futures ^0.3
normal
irc-proto ^1
normal
ircbot-macros ^0.1.5
normal
regex ^1
normal
tokio ^1
normal
irc ^1
dev
testcontainers ^0.27
dev
libc ^0.2
normal
Versions
70.75%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module context
ircbot
0.1.5
Module context
Module Items
Structs
Functions
In crate ircbot
ircbot
Module
context
Copy item path
Source
Structs
§
Context
Per-message context passed to every handler.
User
A user on IRC (nick!user@host).
Functions
§
make_
messages
Split
text
into one or more complete IRC lines of the form
"{header}{chunk}{suffix}\r\n"
where each line is at most 512 bytes.