This website requires JavaScript.
Explore
Help
Sign In
caffeinatedgaze
/
lavina
forked from
lavina/lavina
Watch
1
Star
0
Fork
You've already forked lavina
0
Code
Pull Requests
Activity
563811cbca
lavina
/
src
/
protos
/
mod.rs
3 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
irc parsing and initial projection
2023-02-07 15:21:00 +00:00
//! Definitions of wire protocols to be used in implementations of projections.
feat(xmpp): placeholder for xmpp projection and example of xml
2023-02-17 21:27:58 +00:00
pub
mod
xmpp
;