xmpp-rs-mirror/tokio-xmpp
Emmanuel Gil Peyrot 17335136fe tokio-xmpp: Add syntax highlighting to debug logs
This uses syntect, and has been checked to have zero overhead when it is
disabled.
2023-06-19 19:52:38 +02:00
..
examples RUST_LOG=debug can now be used in tokio-xmpp examples to see XMPP network traffic 2023-06-05 15:02:35 +00:00
src tokio-xmpp: Add syntax highlighting to debug logs 2023-06-19 19:52:38 +02:00
.gitignore
build.rs
Cargo.toml tokio-xmpp: Add syntax highlighting to debug logs 2023-06-19 19:52:38 +02:00
ChangeLog RUST_LOG=debug can now be used in tokio-xmpp examples to see XMPP network traffic 2023-06-05 15:02:35 +00:00
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests