Commit graph

13 commits

Author SHA1 Message Date
e2c81eb4ac refac: separate structs for each channel
doc: update examples in readme
style: format code

Closes #3
2020-11-25 21:58:56 +03:00
f2f49be0ec style: cosmetic changes 2020-10-16 10:49:05 +03:00
f750de076e chore: deny all clippy lints 2020-10-16 10:45:21 +03:00
3652406251 chore: remove dead code 2020-08-07 15:07:19 +03:00
308efc1eba feat(control): add trigger command 2020-08-07 02:58:19 +03:00
2cd2d51ed1 chore: remove public access for commands 2020-08-01 23:23:35 +03:00
6ce489568b doc: fix example for start command 2020-08-01 11:04:54 +03:00
94b1d398ac doc: add feature info to examples
Closes #1
2020-07-31 23:48:07 +03:00
e1e9e803eb doc: add docs for commands and channel 2020-07-26 23:36:07 +03:00
3e36f9b3ef chore: add rustc lints 2020-07-26 22:08:40 +03:00
ed0fef1956 refac: add connect with start command 2020-07-23 10:46:31 +03:00
4a267f66b9 feat: impl std error to error
* *BREAKING CHANGES*: refac errors and add main struct with inner enum kind
* Add Result type
2020-07-19 10:17:53 +03:00
c1b73d15fb initial commit 2020-07-18 11:01:51 +03:00