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/aya-log-ebpf-macros
Tamir Duberstein b1da7d9d1a
aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/
Option<NonZeroUsize> is guarnateed to have the same size as usize, which
is not guarnateed for Result. This is a minor optimization, but also
results in simpler code.
2 years ago
..
src aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ 2 years ago
Cargo.toml cargo: Define dependencies on the workspace level 2 years ago