Commit graph

25 commits

Author SHA1 Message Date
cf6c3d0a4c fix: regex is not optional crate
Actually we cannot mark regex as optional crate because we use
regex in common method for all modes - Start
2020-08-01 11:02:05 +03:00
83ddc16ce1 doc: hide quit and ping command structs 2020-08-01 10:54:53 +03:00
7e19f5b8d1 doc: write examples for ingest commands 2020-08-01 10:52:22 +03:00
18ec91a983
Merge pull request #2 from pleshevskiy/task-1
doc: add feature info to examples
2020-07-31 23:49:25 +03:00
94b1d398ac doc: add feature info to examples
Closes #1
2020-07-31 23:48:07 +03:00
04f52bb076 feat: add pop command to ingest mode 2020-07-28 22:38:02 +03:00
31053815d7 chore: update crate version 2020-07-26 23:43:43 +03:00
78d21ae2df doc: return documentation link 2020-07-26 23:43:08 +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
e3b5f90893 doc: fix examples in readme 2020-07-26 21:56:30 +03:00
acb8c1551b fix: unused variables for query command 2020-07-23 17:15:57 +03:00
2c75ab9dc1 chore: update version in readme 2020-07-23 17:13:59 +03:00
54e82f78d7 feat: add flush bucket and flush object commands
BREAKING CHANGES: push, query and suggestion commands with optional
variables now haven't option arguments in methods
2020-07-23 17:09:30 +03:00
b73bddf7fc feat: implement flush collection command 2020-07-23 14:27:37 +03:00
b24ad5a402 feat: implement suggest command to channel 2020-07-23 14:07:38 +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
dcfe82f6e7 chore: remove main file from repo 2020-07-18 14:59:15 +03:00
35871cb813 chore: revert version 2020-07-18 11:38:58 +03:00
134075818b chore: change examples in readme 2020-07-18 11:36:31 +03:00
5c23942e62 chore: fix license option 2020-07-18 11:09:49 +03:00
b8152769bc chore: update package information 2020-07-18 11:09:00 +03:00
c1b73d15fb initial commit 2020-07-18 11:01:51 +03:00
067934fd56
Initial commit 2020-07-18 10:59:02 +03:00