Commit Graph

20 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 306328c395
doc: change version in the readme 2022-10-24 18:29:24 +03:00
Dmitriy Pleshevskiy 7a5e97825d
doc: add MSRV 2022-07-21 18:59:17 +03:00
Dmitriy Pleshevskiy e651d12398 ci: add clippy and fmt actions 2022-07-21 07:13:15 +00:00
Dmitriy Pleshevskiy b6d33d881b
chore: add badges 2022-07-18 14:33:25 +03:00
Dmitriy Pleshevskiy 35c9be1837
bump version 2022-07-18 14:13:00 +03:00
Dmitriy Pleshevskiy 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
Dmitriy Pleshevskiy f5ecc123bc
chore: update readme 2022-07-04 11:47:33 +03:00
Dmitriy Pleshevskiy f9c55ce074 fix(doc): typo in features block 2022-03-23 23:34:33 +03:00
Dmitriy Pleshevskiy 25ea845448 doc: update version in readme 2021-12-22 16:08:21 +03:00
Dmitriy Pleshevskiy 012fbad09a chore: bump version 2020-11-25 22:08:52 +03:00
Dmitriy Pleshevskiy 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
Dmitriy Pleshevskiy 308efc1eba feat(control): add trigger command 2020-08-07 02:58:19 +03:00
Dmitriy Pleshevskiy 94b1d398ac doc: add feature info to examples
Closes #1
2020-07-31 23:48:07 +03:00
Dmitriy Pleshevskiy 78d21ae2df doc: return documentation link 2020-07-26 23:43:08 +03:00
Dmitriy Pleshevskiy e3b5f90893 doc: fix examples in readme 2020-07-26 21:56:30 +03:00
Dmitriy Pleshevskiy 2c75ab9dc1 chore: update version in readme 2020-07-23 17:13:59 +03:00
Dmitriy Pleshevskiy ed0fef1956 refac: add connect with start command 2020-07-23 10:46:31 +03:00
Dmitriy Pleshevskiy 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
Dmitriy Pleshevskiy 134075818b chore: change examples in readme 2020-07-18 11:36:31 +03:00
Dmitriy Pleshevskiy c1b73d15fb initial commit 2020-07-18 11:01:51 +03:00