liburing2-sys 0.3.0+f4e42a5

liburing bindings with optional LTO
Documentation
  • Coverage
  • 0%
    0 out of 650 items documented0 out of 51 items with examples
  • Size
  • Source code size: 1.62 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.79 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 41s Average build duration of successful builds.
  • all releases: 41s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • snjauasmsk

liburing bindings with optional LTO

requirements: apt install make clang lld llvm-dev libclang-dev

witout LTO: cargo build

with LTO: RUSTFLAGS="-Clinker-plugin-lto -Clinker=clang -Clink-arg=-fuse-ld=lld" cargo build