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/public-api
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
..
aya-bpf-bindings.txt xtask: Add cargo-public-api 1 year ago
aya-bpf-cty.txt xtask: Add cargo-public-api 1 year ago
aya-bpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-bpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-common.txt aya-log-common: Simplify 1 year ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-log-ebpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-parser.txt xtask: Add cargo-public-api 1 year ago
aya-log.txt xtask: Add cargo-public-api 1 year ago
aya-obj.txt aya-obj: Remove name from ProgramSection 1 year ago
aya-tool.txt xtask: Add cargo-public-api 1 year ago
aya.txt aya: Use OwnedFd in FdLink. 1 year ago