This website requires JavaScript.
Explore
Help
Sign In
handy
/
waybar-collectd
Watch
1
Star
0
Fork
You've already forked waybar-collectd
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8e42d763fe
waybar-collectd
/
protocol
/
src
/
lib.rs
6 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
read values from collectd socket
2026-03-29 18:49:23 +02:00
mod
err
;
implement protocol
2026-03-15 21:27:17 +01:00
mod
message
;
read values from collectd socket
2026-03-29 18:49:23 +02:00
mod
protocol
;
First commit
2026-03-02 22:14:31 +01:00
read values from collectd socket
2026-03-29 18:49:23 +02:00
pub
use
protocol
::
Protocol
;