Docs.rs
i3status_ext-0.1.2
i3status_ext 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
fightling
Dependencies
regex ^1.4.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
text_io ^0.1.8
normal
Versions
61.54%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
i3status_
ext
0.1.2
All Items
Crate Items
Modules
Functions
Crate
i3status_ext
Copy item path
Source
Modules
§
io
Functions
§
begin
Call this function once at program start so that
i3status_ext
can pass-through the header from
stdin
which comes initially from i3status.
begin_
dummy
dummiy version of
begin()
begin_
str
Call this function once at program start so that
i3status_ext
can pass-through the header from given String (used for tests).
update
Insert new an item into
i3status
’s json string at given position. Call this within a loop continuously to add your custom item into the json data from
i3status
.