Move platform-specific arg handling to sys::args
This commit is contained in:
parent
29e0235415
commit
4d76ac8492
11 changed files with 294 additions and 282 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue