Some documentation improvements

This commit is contained in:
Pierre Krieger 2016-11-03 09:49:19 +01:00
parent 705f5f50fa
commit 2c58e85584
3 changed files with 26 additions and 23 deletions

View file

@ -7,6 +7,8 @@
//! - `unix`
//! - `windows`
//!
//! However only the module corresponding to the platform you're compiling to will be available.
//!
pub mod android;
pub mod macos;
pub mod unix;