aya/test/integration-test
Dave Tucker 2b0dcfbd09 feat: Allow conversions to Program from ProgramInfo
Allow for a ProgramInfo to be converted into one of the program types
that we support. This allows for a user of Aya access to reattach,
pin or unload a program that was either, previously loaded, or was
loaded by another process.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
..
bpf feat(aya): Add iterator program type
src feat: Allow conversions to Program from ProgramInfo
Cargo.toml integration-test: use scopeguard over panic hook
build.rs Bump edition to 2024