lio 0.3.0

A platform-independent async I/O library with native support for io_uring (Linux), IOCP (Windows), and kqueue (macOS)
Documentation
autogen_warning = "/* DO NOT MODIFY THIS MANUALLY! This file was autogenerated to  match lio's API. */"
include_version = false
braces = "SameLine"
line_length = 100
tab_width = 2
language = "C"
includes = []
no_includes = false
sys_includes = ["sys/socket.h"]

[parse]
parse_deps = false

[fn]
args = "Vertical"
rename_args = "snake_case"

[struct]
associated_constants_in_body = true
derive_eq = true
derive_ostream = true

[export]
prefix = ""
item_types = ["globals", "enums", "structs", "unions", "typedefs", "opaque", "functions", "constants"]

[export.rename]
"sockaddr" = "struct sockaddr"
"sockaddr_storage" = "struct sockaddr_storage"
"socklen_t" = "socklen_t"