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
Tamir Duberstein fe047d79a3
aya-log-common: Simplify
- Remove `TagLenValue`; this type has a single method, which is now a
  function.
- Remove generics from `TagLenValue::write` (now `write`). The tag is
  always `u8`, and the value is always a sequence of bytes.
- Replace slicing operations which can panic with calls to `get` which
  explicit check bounds.
1 year ago
..
libbpf@a2258003f2 xtask: move libbpf submodule 1 year ago
public-api aya-log-common: Simplify 1 year ago
src test,xtask: Simplify ExitStatus handling 1 year ago
Cargo.toml Cargo.toml: Remove default-features settings 1 year ago