Commit graph

17 commits

Author SHA1 Message Date
b6d33d881b
chore: add badges 2022-07-18 14:33:25 +03:00
35c9be1837
bump version 2022-07-18 14:13:00 +03:00
bd08317388
Design improvements (#13)
* protocol: extract response type

* deps: drop lazy_static and regex

* protocol: extract request commands

* protocol: create a struct for...

   ...formatting and parsing sonic protocol

* protocol: refac flush command

* commands: introduce dest, refac push and count

* commands: refac all commands

* commands: add convinient methods

* doc: add documentation for each new structs

* doc: change examples in the readme

* commands: implement from trait for count and flush

* commands: change pag logic
2022-07-18 11:07:12 +00:00
f5ecc123bc
chore: update readme 2022-07-04 11:47:33 +03:00
f9c55ce074 fix(doc): typo in features block 2022-03-23 23:34:33 +03:00
25ea845448 doc: update version in readme 2021-12-22 16:08:21 +03:00
012fbad09a chore: bump version 2020-11-25 22:08:52 +03:00
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
308efc1eba feat(control): add trigger command 2020-08-07 02:58:19 +03:00
94b1d398ac doc: add feature info to examples
Closes #1
2020-07-31 23:48:07 +03:00
78d21ae2df doc: return documentation link 2020-07-26 23:43:08 +03:00
e3b5f90893 doc: fix examples in readme 2020-07-26 21:56:30 +03:00
2c75ab9dc1 chore: update version in readme 2020-07-23 17:13:59 +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
134075818b chore: change examples in readme 2020-07-18 11:36:31 +03:00
c1b73d15fb initial commit 2020-07-18 11:01:51 +03:00