[Libguestfs] [nbdkit PATCH 0/2] Few rust plugin fixups/nitpicks

Martin Kletzander mkletzan at redhat.com
Tue Jun 11 11:25:34 UTC 2019


There are few more things that could be cleaned up related to the coding style
and other things, like explicitly specifying the abi style after "extern"
(i.e. `extern "C" fn` instead of `extern fn`), but since those are configurable
in rustfmt config, I'm not sure whether the config needs to be added or
complying with the defaults should be the priority.  But this was just something
I stumbled upon when I saw some warnings during build, nothing more.

Martin Kletzander (2):
  rust: Do not use deprecated integer types
  rust: Remove libc dependency

 plugins/rust/Cargo.toml.in       |  1 -
 plugins/rust/examples/ramdisk.rs | 15 ++++++-------
 plugins/rust/src/lib.rs          | 37 +++++++++++++++-----------------
 3 files changed, 24 insertions(+), 29 deletions(-)

-- 
2.21.0




More information about the Libguestfs mailing list