Cryptex

Results 6 issues of Cryptex

Clippy reported error during auto fix ``` ❯ cargo clippy --workspace --all-features --fix --allow-dirty --broken-code -- -D clippy::all -D clippy::pedantic -D clippy::nursery -D clippy::cargo Checking ril v0.1.0 (C:\Users\alvin\OneDrive\Desktop\repos\ril) warning: failed...

C-bug
I-suggestion-causes-error

when jay the sus

enhancement

Hello all, This is a PR that introduces performance increase to RIL by utilizing platform specific instructions (otherwise known as SIMD). ### Blockers - [ ] https://github.com/rust-lang/rust/issues/86656

enhancement
perf

Build aarch64-apple-darwin wheels natively to reduce CI time because cross-compiling is generally slower. ### This is currently being blocked by - [x] https://github.com/actions/runner-images/issues/2187 - [x] https://github.com/github/roadmap/issues/528

I can't link libwebp statically into the final binary built for the wheel, so webp won't be supported until either I somehow figured out how to link it within the...

help wanted