file_open_limit 0.0.5

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

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(())
}