pacwrap/pacwrap-agent
Xavier Moffett f20f46b28e
Genericised From<T> trait impl for Error types
- Error type in the error module now implements a broadly generic From<T>
  impl for error conversion into the pacwrap-core library's Error type.
- `ErrorGeneric::prepend` and `ErrorGeneric::prepend_io` both now accept
  borrowed or heap-allocated String return types without additional sugar.
- A lone unary postfix operator has been applied to external function calls
  where deemed most appropriate, removing unnecessary function calls to
  `ErrorGeneric::prepend` and `ErrorGeneric::prepend_io`.
2024-12-25 02:00:04 -05:00
..
src Genericised From<T> trait impl for Error types 2024-12-25 02:00:04 -05:00
build.rs Attribution Update 2024-04-24 17:58:24 -04:00
Cargo.toml Tidy up manifests and inclusion of workspace dependencies 2024-10-31 16:22:08 -04:00
README.md Pre-release 0.8.7 2024-10-30 23:24:48 -04:00

pacwrap-agent Build Workflow

Agent executable for conducting containerized transactions.