feat: refine some api && prefer Bytes over Arc<String> #37
Annotations
1 error and 1 warning
this call for this type may be undefined behavior:
src/lib.rs#L587
error: this call for this type may be undefined behavior
--> src/lib.rs:587:18
|
587 | buf: MaybeUninit::uninit().assume_init(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninit_assumed_init
= note: `#[deny(clippy::uninit_assumed_init)]` on by default
|
security-audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|