9 releases
Uses old Rust 2015
0.3.4 | Aug 29, 2018 |
---|---|
0.3.3 | Jul 1, 2018 |
0.3.2 | Jun 1, 2018 |
0.3.1 | Sep 4, 2017 |
0.1.0 | Jul 6, 2015 |
#457 in Configuration
7,276 downloads per month
Used in 34 crates
(13 directly)
35KB
505 lines
sysconf
Description
Small Rust wrapper around sysconf
Usage
Add this to your Cargo.toml
:
[dependencies]
sysconf = "0.3.4"
and this to your crate root:
extern crate sysconf;
Documentation
Head over to https://docs.rs/sysconf for the documentation.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~17–315KB