From b2454eaf20f000389b4dae43eac74b7d54845903 Mon Sep 17 00:00:00 2001 From: Ben S Date: Sun, 3 May 2015 12:40:44 +0100 Subject: [PATCH] Add note on beta compatibility (or lack thereof) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cd244aa..34d7eb9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ supports getting the system users, and creating your own mock tables. ### [View the Rustdoc](http://bsago.me/doc/users/) +## Beta-compatibility + +Unfortunately, **rust-users is not compatible with Rust beta**. You'll have to +use the nightly. We're waiting on the following two things to settle: + +- [Alternatives to ToOwned](https://github.com/rust-lang/rfcs/blob/master/text/0509-collections-reform-part-2.md#alternatives-to-toowned-on-entries) in the collections crate +- `as_ref` on C pointers in the core crate + # Installation This crate, like all external crates, works very well with