file_open_limit 0.0.5

get the file open limit ( windows / mac / linux / freebsd )
Documentation
1
2
3
4
5
6
use anyhow::Result;

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