bloqade_lanes_bytecode/
lib.rs

1// FFI functions have uniform safety contracts documented in the C header.
2#![allow(clippy::missing_safety_doc)]
3
4pub mod ffi;