msga-mmm
1b3a530fb7
fix(github-actions): use rust toolchain arm64 version for macos 14 ( #355 )
...
* fix(osx): use rust toolchain arm version for macos 14
* feat(ntex-bytes): remove conflicting serde feature flag
2024-05-05 10:16:13 +02:00
Nikolay Kim
ec8eb23707
Glommio clippy ( #341 )
2024-04-08 11:55:49 +05:00
Nikolay Kim
661c5ea1fa
Clippy warnings ( #305 )
2024-03-12 17:53:26 +05:00
Nikolay Kim
d99178519e
Use const generics for helper traits (From, PartialEq, PartialOrd) ( #284 )
2024-01-16 19:18:17 +06:00
Nikolay Kim
c3ab6684ec
Test for #243
2023-11-10 22:43:23 +06:00
Nikolay Kim
29e04cf478
Switch to 2021 edition ( #172 )
2023-02-02 19:30:07 +01:00
Nikolay Kim
fc7553b8bc
Improve tests coverage ( #161 )
...
* improve tests coverage
* update base64 crate
2023-01-14 15:34:53 +01:00
Nikolay Kim
15019a2a43
More tests ( #159 )
...
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
40aa4542ce
fix tests
2022-06-23 14:36:27 +06:00
Nikolay Kim
6b35f10c2f
Tests cleanups
2022-02-02 17:22:23 +06:00
Nikolay Kim
f3c7c6d365
Remove uneeded impls
2022-02-01 10:02:51 +06:00
Nikolay Kim
5866014e75
Make copy_from_slice universal
2022-02-01 00:07:41 +06:00
Nikolay Kim
c56bd776d2
Remove unused code, update tests
2022-01-31 22:25:17 +06:00
Nikolay Kim
767dd91b7e
Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut())
2022-01-31 15:17:16 +06:00
Nikolay Kim
1baf305b1f
Update bytes tests
2022-01-31 14:49:29 +06:00
Nikolay Kim
a2a5899bbe
Add BytesVec type
2022-01-29 23:53:13 +06:00
Juan Aguilar
2439797fcf
Implement std::error::Error and fix minor issues ( #99 )
...
* fix clippy issues
* implement std error for ntex errors and bound WebResponseError
* fix minor issues
2022-01-25 22:27:18 +06:00
Nikolay Kim
7680c5482e
Rename Pool::is_pending() to is_ready(); use u32 for read/write params
2022-01-25 17:19:19 +06:00
Nikolay Kim
15025b89c1
fmt
2021-12-24 03:54:57 +06:00
Nikolay Kim
d89f1c29c6
better api usability
2021-12-03 01:34:41 +06:00
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
Nikolay Kim
709cd3216b
proper use of NonNull
2021-06-27 19:39:08 +06:00
Nikolay Kim
ace681ba74
Reduce size of Option<Bytes> by using NonNull
2021-06-27 18:31:48 +06:00
Nikolay Kim
04a9c7fff1
fix tests
2021-06-26 08:38:55 +06:00
Nikolay Kim
45463f209b
fork bytes crate
2021-06-26 00:14:43 +06:00