file_open_limit

Crates.iofile_open_limit
lib.rsfile_open_limit
version0.0.5
sourcesrc
created_at2022-07-12 04:01:46.768813
updated_at2022-07-12 05:14:07.502928
descriptionget the file open limit ( windows / mac / linux / freebsd )
homepage
repositoryhttps://github.com/rmw-lib/file_open_limit
max_upload_size
id624097
size4,814
gcxfd (gcxfd)

documentation

README

file_open_limit

get the file open limit ( windows / mac / linux / freebsd )

use example

use anyhow::Result;

fn main() -> Result<()> {
    dbg!(file_open_limit::get()?);
    Ok(())
}
Commit count: 15

cargo fmt