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.
 
 
Go to file
Alessandro Decina 42e0a659b2 aya: remove TryInto cleverness from map() and map_mut()
Require callers to call try_into() explicitly. It's more characters, but
it's easier to understand/document.

Also introduce MapError::NotFound instead of returning Result<Option<_>>.
5 years ago
aya aya: remove TryInto cleverness from map() and map_mut() 5 years ago
aya-gen aya: switch to rustified enums 5 years ago
bpf aya-bpf-bindings: fix anonymous enums 5 years ago
xtask aya: add support for function calls 5 years ago
.gitignore Initial commit 5 years ago
Cargo.toml Add aya-gen 5 years ago
LICENSE-APACHE Add license files 5 years ago
LICENSE-MIT Add license files 5 years ago
rustfmt.toml Add rustfmt.toml 5 years ago