RFC1459 and IRCv3 protocol tokeniser library for Rust
Go to file
TheDaemoness 0196a11a8a
Add some ergonomics improvements (#2)
* Generalize tokenise to any AsRef<[u8]>

* Add Line::write_to()

Also rewrites some functions in format.rs to be more Write-focused.

* Add some basic trait impls for Line and Error

* cargo fmt

---------

Co-authored-by: jesopo <github@lolnerd.net>
2023-04-08 19:32:32 +01:00
benches documentation and `impl TryFrom<&[u8]> for Line` 2023-03-23 18:12:04 +00:00
src Add some ergonomics improvements (#2) 2023-04-08 19:32:32 +01:00
tests documentation and `impl TryFrom<&[u8]> for Line` 2023-03-23 18:12:04 +00:00
.gitignore first code commit 2023-03-21 21:50:02 +00:00
Cargo.toml v0.1.2 2023-03-31 17:51:40 +00:00
LICENSE Initial commit 2023-03-21 20:52:58 +00:00
README.md Add README badges 2023-03-23 13:49:35 -07:00

README.md

irctokens-rs

crates.io docs.rs

RFC1459 and IRCv3 protocol tokeniser library for Rust