quill-sql 0.2.1

An educational Rust relational database (RDBMS) inspired by CMU 15445
Documentation
1
2
3
4
5
#[cfg(target_os = "linux")]
pub mod io_uring;

#[cfg(not(target_os = "linux"))]
pub mod block_io;