slings 0.2.12

A small async runtime based on io-uring for Rust
Documentation
1
2
3
4
5
[![Build](https://github.com/cssivision/slings/workflows/build/badge.svg)](
https://github.com/cssivision/slings/actions)

# slings
A single thread async runtime based on [io-uring](https://kernel.dk/io_uring.pdf). Linux 5.7 or higher with IORING_FEAT_FAST_POLL and IORING_OP_PROVIDE_BUFFERS required.