DOC: Update doc for and disclaimers for crate features

This commit is contained in:
bluss
2017-08-06 18:23:17 +02:00
parent 6ea8e8c0bf
commit b2b377117a
+5 -2
View File
@@ -5,13 +5,16 @@
//! //!
//! - `std` //! - `std`
//! - Optional, enabled by default //! - Optional, enabled by default
//! - Use libstd //! - Use libstd; disable to use `no_std` instead.
//! //!
//! - `use_union` //! - `use_union`
//! - Optional //! - Optional
//! - Requires Rust nightly channel //! - Requires Rust nightly channel
//! - Experimental: This flag uses nightly so it may break unexpectedly
//! at some point; since it doesn't change API this flag may also change
//! to do nothing in the future.
//! - Use the unstable feature untagged unions for the internal implementation, //! - Use the unstable feature untagged unions for the internal implementation,
//! which has reduced space overhead //! which may have reduced space overhead
//! //!
//! ## Rust Version //! ## Rust Version
//! //!