| Crates.io | file_open_limit |
| lib.rs | file_open_limit |
| version | 0.0.5 |
| created_at | 2022-07-12 04:01:46.768813+00 |
| updated_at | 2022-07-12 05:14:07.502928+00 |
| description | get the file open limit ( windows / mac / linux / freebsd ) |
| homepage | |
| repository | https://github.com/rmw-lib/file_open_limit |
| max_upload_size | |
| id | 624097 |
| size | 4,814 |
get the file open limit ( windows / mac / linux / freebsd )
use example
use anyhow::Result;
fn main() -> Result<()> {
dbg!(file_open_limit::get()?);
Ok(())
}