aya/xtask
Tamir Duberstein ca3f70b16a
aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/
`Option<NonZeroUsize>` is guaranteed to have the same size as `usize`,
which is not guarnateed for `Result`. This is a minor optimization, but
also results in simpler code.
..
libbpf@a2258003f2 xtask: move libbpf submodule
public-api aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/
src integration-test: Implement running on VMs
Cargo.toml Cargo.toml: Remove default-features settings