Skip to content
Snippets Groups Projects
Commit bbf73ded authored by Alex Crichton's avatar Alex Crichton
Browse files

Add a link to the RFC from the README

parent a9a9c70f
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,11 @@ This crate exports all underlying platform types, functions, and constants under ...@@ -41,6 +41,11 @@ This crate exports all underlying platform types, functions, and constants under
the crate root, so all items are accessible as `libc::foo`. The types and values the crate root, so all items are accessible as `libc::foo`. The types and values
of all the exported APIs match the platform that libc is compiled for. of all the exported APIs match the platform that libc is compiled for.
More detailed information about the design of this library can be found in its
[associated RFC][rfc].
[rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1291-promote-libc.md
## Adding an API ## Adding an API
Want to use an API which currently isn't bound in `libc`? It's quite easy to add Want to use an API which currently isn't bound in `libc`? It's quite easy to add
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment