libc-extra

Clippy Linting Result

[libc-extra] is a rust crate that supplies additional bits and bobs found in libc libraries that either hasn't been submitted to Rust's official libc yet, or has been rejected or requires too much work to integrate. Some things in here are uncertain asm_generic and linux aren't reallty part of libc. Mostly it is intended that code in here should change frequently, and migration when something is officially accepted by the libc crate should require breaking change replacement of ::libc_extra:: for ::libc::.

Licensing

The license for this project is MIT.