ringbahn / iou

Rust interface to io_uring
Apache License 2.0
328 stars 22 forks source link

make buf_index u32 for prep_write_fixed #64

Open glommer opened 3 years ago

glommer commented 3 years ago

This is u32 for prep_read_fixed. It is confusing to have differing types for both operations. Standardizing on u32 seems to match a trend towards uring deterministic size types for these operations.