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/xtask/public-api
tyrone-wu 1634fa7188
aya-obj: add conversion u32 to enum type for prog, link, & attach type
Add conversion from u32 to program type, link type, and attach type.
Additionally, remove duplicate match statement for u32 conversion to
`BPF_MAP_TYPE_BLOOM_FILTER` & `BPF_MAP_TYPE_CGRP_STORAGE`.

New error `InvalidTypeBinding<T>` is created to represent when a
parsed/received value binding to a type is invalid.
This is used in the new conversions added here, and also replaces
`InvalidMapTypeError` in `TryFrom` for `bpf_map_type`.
3 weeks ago
..
aya-ebpf-bindings.txt public-api: regenerate 1 month ago
aya-ebpf-cty.txt chore: Bless public API changes 7 months ago
aya-ebpf-macros.txt chore: Bless public API changes 7 months ago
aya-ebpf.txt public-api: regenerate 1 month ago
aya-log-common.txt public-api: regenerate 1 month ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-log-ebpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-parser.txt public-api: regenerate 3 months ago
aya-log.txt chore(aya-log): bless API 5 months ago
aya-obj.txt aya-obj: add conversion u32 to enum type for prog, link, & attach type 3 weeks ago
aya.txt aya-obj: add conversion u32 to enum type for prog, link, & attach type 3 weeks ago