Docs.rs
libargs-0.1.2
libargs 0.1.2
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
leo60228
Dependencies
once_cell ^1.2.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libargs
0.1.2
All Items
Crate Items
Functions
Crate
libargs
Copy item path
Source
Expand description
See documentation on
args
.
Functions
ยง
args
Get the arguments as a vector, even if the function is called from a C program via FFI. Supports Windows, macOS, and Linux, and will return an empty Vec on unsupported platforms.