Skip to content

The header only implementation of the liburing library

License

Notifications You must be signed in to change notification settings

dio/liburing-hdr-only

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,345 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liburing header-only

This is an implementation of liburing that's header only.

This is a work in progress right now.

Goals of this fork

  • Header Only
  • No Undefined Behaviours
  • Standard compliant (No compiler-specific features)
  • -pedantic friendly
  • C and C++ compatibility without any extern "C" or extern "C++"es

This library is a fork of liburing 2.4 (or 2.5, here's the exact commit).

About

The header only implementation of the liburing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.3%
  • C++ 2.6%
  • Other 1.1%