We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452fcca commit 51fea6dCopy full SHA for 51fea6d
README.md
@@ -1,14 +1,9 @@
1
# anybar-rs
2
3
-This is a small Rust Crate for [AnyBar](https://github.com/tonsky/AnyBar). (WIP)
+This is a small Rust Crate for [AnyBar](https://github.com/tonsky/AnyBar).
4
5
[](https://travis-ci.org/Feliix42/anybar-rs)
6
7
-## Roadmap
8
-
9
-- [x] Documentation
10
-- [x] Support `quit` (even though it's experimental)
11
12
## Examples
13
14
### Connect using the default port
tests/quit.rs
@@ -6,7 +6,7 @@ mod tests {
#[test]
fn quit_anybar() {
- let mut bar = Anybar::new(1708);
+ let bar = Anybar::new(1708);
bar.quit();
}
0 commit comments