From bbf73ded8da17434ebc447336a6c307fb7d1c1ba Mon Sep 17 00:00:00 2001 From: Alex Crichton <alex@alexcrichton.com> Date: Thu, 29 Oct 2015 12:28:25 -0700 Subject: [PATCH] Add a link to the RFC from the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e678f46..4d87a8b9 100644 --- a/README.md +++ b/README.md @@ -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 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 Want to use an API which currently isn't bound in `libc`? It's quite easy to add -- GitLab