ntex/ntex-bytes/tests
Nikolay Kim 42b8292ecd
Refactor bytes impl (#64)
* remove mut api for Bytes

* refactor Vec layout

* track allocations in memory pools

* integrate memory pools to framed

* add pool async readiness polling

* optimize readiness check

* use memory pool in framed dispatcher
2021-12-02 21:09:10 +06:00
..
test_buf.rs fix tests 2021-06-26 08:38:55 +06:00
test_buf_mut.rs fix tests 2021-06-26 08:38:55 +06:00
test_bytes.rs Refactor bytes impl (#64) 2021-12-02 21:09:10 +06:00
test_debug.rs fork bytes crate 2021-06-26 00:14:43 +06:00
test_iter.rs fork bytes crate 2021-06-26 00:14:43 +06:00
test_serde.rs fix tests 2021-06-26 08:38:55 +06:00