|
ed37fee697
|
fix clippy warnings in tests
|
2023-08-13 12:33:19 +03:00 |
|
|
e0326e3b0a
|
add questions ser/de tests
continuous-integration/drone/push Build is passing
|
2023-08-12 23:35:17 +03:00 |
|
|
c061fef267
|
questions: add skip_serializing_if attr's
continuous-integration/drone/push Build is passing
|
2023-08-12 22:53:36 +03:00 |
|
|
acf741e721
|
source tests: check write on write_sample_zip
|
2023-08-12 22:51:39 +03:00 |
|
|
e32316c6aa
|
source: reformat struct's
continuous-integration/drone/push Build is passing
|
2023-08-12 22:34:01 +03:00 |
|
|
ef98b1fea4
|
add source::reader_async get/stream tests
continuous-integration/drone/push Build is passing
|
2023-08-12 22:11:36 +03:00 |
|
|
08acb4e71b
|
add source::reader_sync get/iter tests
|
2023-08-12 22:10:48 +03:00 |
|
|
7e633577b1
|
add source batch ser/de tests
|
2023-08-12 22:08:25 +03:00 |
|
|
d4913a13f9
|
deps: add insta for tests
|
2023-08-12 21:42:14 +03:00 |
|
|
21571787f2
|
source: add skip_serializing_if attr's
|
2023-08-12 21:40:33 +03:00 |
|
|
f874e59a11
|
fix convert feature without source
continuous-integration/drone/push Build is passing
|
2023-08-10 14:20:58 +03:00 |
|
|
9c4882fbbb
|
Merge branch 'master' into async
continuous-integration/drone/push Build is passing
|
2023-08-10 11:50:20 +03:00 |
|
|
b12048c38d
|
PhantomData<Arc<T>> for Send to Reader/Writer
continuous-integration/drone/push Build is passing
|
2023-08-10 11:48:34 +03:00 |
|
|
68b276ce5e
|
PhantomData<Arc<T>>
continuous-integration/drone/push Build is passing
|
2023-08-10 11:20:38 +03:00 |
|
|
48438c1aec
|
Revert "ci: fix pipeline build"
continuous-integration/drone/push Build is passing
This reverts commit 851058245d .
|
2023-08-08 17:10:14 +03:00 |
|
|
f2fc72056b
|
fmt
continuous-integration/drone/push Build is passing
|
2023-08-08 16:55:22 +03:00 |
|
|
4c555df8ca
|
fix async_db tests
using ZstdEncoder from ..:tokio::bufread instead of ..:tokio::write
|
2023-08-08 16:54:40 +03:00 |
|
|
daf41625ff
|
remove debug prints
|
2023-08-08 16:52:30 +03:00 |
|
|
2c3950ccfc
|
fix write_db tokio join
|
2023-08-08 16:50:02 +03:00 |
|
|
8306c76a0c
|
fix app_async
continuous-integration/drone/push Build is failing
|
2023-08-08 14:31:08 +03:00 |
|
|
965c021d83
|
fix async_db tests (to fail)
---
failures:
async_db::test::test_write_read
async_db::test::test_write_read_stream
thread 'async_db::test::test_write_read' panicked at 'get: "UnexpectedEnd { additional: 1 }
|
2023-08-08 14:29:18 +03:00 |
|
|
a1a1d41403
|
replace PhantomData in async_db::Writer
for Send for Writer
|
2023-08-08 14:25:01 +03:00 |
|
|
b768d27f83
|
combine convert sync/async features
|
2023-08-08 14:22:29 +03:00 |
|
|
7cbf5439b7
|
rewrite SourceQuestionsZipReaderAsync
"impl Stream for SourceQuestionsZipReaderAsync" dropped
|
2023-08-08 14:20:40 +03:00 |
|
|
8c4631e89f
|
add app_async
-- write invalid:
"UnexpectedEnd { additional: 385 }"
|
2023-08-07 22:06:21 +03:00 |
|
|
467ebfcc67
|
rewrite async converter
(poll_next removed // not work)
|
2023-08-07 22:04:29 +03:00 |
|
|
80dda8d821
|
rewrite SourceQuestionsZipReaderAsync stream
(poll_next not work)
|
2023-08-07 22:02:41 +03:00 |
|
|
851058245d
|
ci: fix pipeline build
continuous-integration/drone/push Build is passing
|
2023-08-06 17:03:18 +03:00 |
|
|
ecfc34e821
|
+ async source
(reader and converter)
|
2023-08-06 17:01:22 +03:00 |
|
|
f55b6f681c
|
move str_err to util.rs
|
2023-08-06 16:58:43 +03:00 |
|
|
c0193e4f74
|
ci: add "publish" pipeline type
continuous-integration/drone/push Build is passing
|
2023-08-06 01:19:19 +03:00 |
|
|
a496f37ef2
|
ci: build/test with --all-features
continuous-integration/drone/push Build is passing
|
2023-08-06 01:09:57 +03:00 |
|
|
5632c19866
|
ci: add pipeline type
|
2023-08-06 01:09:32 +03:00 |
|
|
cad8ff0404
|
add async test_share_reader
|
2023-08-06 01:05:36 +03:00 |
|
|
39ce0d8ceb
|
add async reader stream
|
2023-08-06 00:56:49 +03:00 |
|
|
1ba645f337
|
add async reader
|
2023-08-06 00:12:15 +03:00 |
|
|
150527efeb
|
move macro to convert mod
|
2023-08-06 00:11:44 +03:00 |
|
|
0c0a4e31ba
|
optional feature for source
continuous-integration/drone/push Build is passing
|
2023-08-05 23:26:45 +03:00 |
|
|
abcb7d6dc2
|
add async writer
continuous-integration/drone/push Build is passing
|
2023-08-05 23:10:30 +03:00 |
|
|
307790ce49
|
fix set_pledged_src_size
|
2023-08-05 23:07:16 +03:00 |
|
|
a6e5931f35
|
add sync/async features
|
2023-08-05 23:06:55 +03:00 |
|
|
1e8cd4b461
|
cargo update
continuous-integration/drone/push Build is passing
|
2023-07-19 14:43:22 +03:00 |
|
|
9246d06783
|
cargo fix
|
2023-07-19 14:40:56 +03:00 |
|
|
cc5ab52f32
|
ref bench
|
2023-07-19 14:40:25 +03:00 |
|
|
e7491f6d3a
|
upd clap to v4
|
2023-05-07 18:15:45 +03:00 |
|
|
39d4d6b610
|
add locks + file alloc in Writer::finish
continuous-integration/drone/push Build is passing
|
2023-04-05 16:53:40 +03:00 |
|
|
27260695f7
|
upd lock
continuous-integration/drone/push Build is passing
|
2023-04-03 15:35:58 +03:00 |
|
|
f5bd72b298
|
fix publish 2
continuous-integration/drone/push Build is passing
|
2023-03-29 13:46:21 +03:00 |
|
|
dda50e7d2b
|
fix build on publish
continuous-integration/drone/push Build is passing
|
2023-03-29 13:31:23 +03:00 |
|
|
693f349ae3
|
fix license
|
2023-03-29 13:30:57 +03:00 |
|