Skip to main content


Object-oriented FFI interface to native stat and lstat

Changes for 0.03 - 2023-12-01T11:34:00Z

  • Passing no arguments to new will now return an uninitialized stat object (gh#9, gh#10)
  • Passing undef to clone will now return a stat object with the memory set to all zeros, previously the behavior was undefined and could crash (gh#10)