Skip to content

IRC parser with Rust. Extracted from RBot to its own repo to allow reuse.

Notifications You must be signed in to change notification settings

Detegr/RBot-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RBot-parser

IRC parser with Rust using Nom. Extracted from RBot to its own repo to allow reuse.

Usage

Use the parse_message function to parse an IRC protocol string.

pub fn parse_message(input: &str) -> Result<Message, ParserError>

Check out the tests for examples.

About

IRC parser with Rust. Extracted from RBot to its own repo to allow reuse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages