Docs.rs
tmi-parser-0.1.1
tmi-parser 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bynect
Dependencies
Versions
47.46%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tmi_
parser
0.1.1
All Items
Crate Items
Enums
Type Aliases
Crate
tmi_parser
Copy item path
Source
Expand description
TMI message parsing library.
Enums
§
Message
Possible types of TMI messages. Unrecognized messages are handled by the associated [
parse
] function.
TagValue
Possible values of message tags.
Type Aliases
§
Tags
Tags
is type alias for a
HashMap
whose keys are
&str
and values
TagValue
. Uses slice
&str
instead of owned
String
in order to avoid data duplication. Also uses a custom hasher which implements the ‘Fnv 1a’ hash function.