Open fslongjin opened 4 months ago
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 5458de0760361f26a10695a2102cda8fe1d50b9f |
Latest deploy log | https://app.netlify.com/sites/aya-rs-docs/deploys/67485d1ab70acb00082d3baf |
Deploy Preview | https://deploy-preview-1005--aya-rs-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
ping
ping
Needs tests.
To be precise - a great place to add tests would be https://github.com/aya-rs/aya/blob/main/test/integration-ebpf/src/map_test.rs
A simple set
call on any kind of map with some dummy values would be enough :slightly_smiling_face:
Ok, I'll add tests tomorrow
To be precise - a great place to add tests would be https://github.com/aya-rs/aya/blob/main/test/integration-ebpf/src/map_test.rs
A simple
set
call on any kind of map with some dummy values would be enough π
I've already added a test and rebased the branch to the latest version. Could you please review it? Thank you!
Add
set()
function forArray<T>
This change isβ