libc

на сайте с 06 апреля 2023, 02:17
libc - Raw FFI bindings to platforms' system libraries. libc provides all of the definitions necessary to easily interoperate with C code (or "C-like" code) on each of the platforms that Rust supports. This includes type definitions (e.g. c_int), constants (e.g. EINVAL) as well as function headers (e.g. malloc).