1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

2 Commits

Author SHA1 Message Date
Brent Baude
96368f4d27 Fix clippy warnings about formatting
Lot's of warnings from clippy about inline variable use

Signed-off-by: Brent Baude <bbaude@redhat.com>
2023-08-29 15:47:15 -05:00
Paul Holzinger
ab8156dc47 plugin: add simple plugin interface
Add a rust plugin trait which can be used to create plugins without any
extra boilerplate code. See the following commits for an example of how
to use this.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-04-04 16:44:25 +02:00