Commit Graph

22 Commits

Author SHA1 Message Date
fad2d1d63d async db: postcard 2023-08-23 22:33:59 +03:00
6d850be1dc async_db: add [bufread, bufread_stream] tests
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-16 12:04:57 +03:00
feb2303db9 async_db: add BufReader, BufReaderStream
for using as mutable reader
2023-08-16 11:48:45 +03:00
ae96fb3bf8 add FIXME comment
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-15 14:54:40 +03:00
5ed0398203 db(+async) writer: add push_by_ref 2023-08-15 11:03:15 +03:00
9196c61a12 add test for writer.sink() 2023-08-15 10:45:08 +03:00
07d7ba50cc async_db "fixme" comments 2023-08-15 10:36:42 +03:00
f1d4cf05c5 async_db: refactor WriterSink::poll_ready
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-14 17:11:53 +03:00
3ea4930105 async_db: add Reader::get_with_buf +test
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-14 16:24:36 +03:00
e074108560 use BincodeVecWriter in async_db
for reusing current item buf
2023-08-14 15:53:17 +03:00
31c02ae8ef async_db: add WriterSink
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-13 18:16:49 +03:00
ed37fee697 fix clippy warnings in tests 2023-08-13 12:33:19 +03:00
68b276ce5e PhantomData<Arc<T>>
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-10 11:20:38 +03:00
f2fc72056b fmt
All checks were successful
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
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
f55b6f681c move str_err to util.rs 2023-08-06 16:58:43 +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
abcb7d6dc2 add async writer
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-05 23:10:30 +03:00