You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf/aya-ebpf/src/maps
Dave Tucker 9ae2742e39 chore(aya-ebpf)!: Deprecate aya-ebpf-cty
I don't recall why we used aya-ebpf-cty (a fork of the cty crate).
I assume it's because the ffi types in libcore weren't stablized when
the project first started.

Either way, I've replaced aya-ebpf-cty with core::ffi types and
the tests appear to pass still, which is reassuring.

This is a breaking change since the re-export of aya-ebpf-cty as
aya-ebpf::cty has also been removed. Migration is as simple as
replacing import with core::ffi.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
6 months ago
..
perf chore: Fix cippy errors 7 months ago
xdp chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
array.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
bloom_filter.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
hash_map.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
lpm_trie.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
mod.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
per_cpu_array.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
program_array.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
queue.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
ring_buf.rs Allow aya-ebpf to clippy with stable rust 8 months ago
sock_hash.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
sock_map.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
stack.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
stack_trace.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago