gluster-xdr 0.1.0

Raw XDR RPC bindings to Gluster
Documentation
  • Coverage
  • 0%
    0 out of 1061 items documented0 out of 200 items with examples
  • Size
  • Source code size: 533.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 14.44 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • cholcombe973/gluster-xdr
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cholcombe973

gluster-xdr

Build Status

Pure Rust XDR bindings for Glusterfs These bindings are autogenerated using rust-xdr. I took the .x files from Glusterfs's master and cat'd them all together into one giant .x file. I then fed that into rust-xdr and this is the result. Gluster's XDR .x files need some massaging to get working. They're using some non standard syntax. That is detailed here in this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1336889