1
Fork 0

Move platform-specific arg handling to sys::args

This commit is contained in:
Brian Anderson 2016-09-29 22:00:44 +00:00
parent 29e0235415
commit 4d76ac8492
11 changed files with 294 additions and 282 deletions

View file

@ -30,6 +30,7 @@ use libc;
#[macro_use]
pub mod weak;
pub mod args;
pub mod android;
#[cfg(any(not(cargobuild), feature = "backtrace"))]
pub mod backtrace;