4 个版本
0.0.5 | 2022年7月12日 |
---|---|
0.0.4 | 2022年7月12日 |
0.0.3 | 2022年7月12日 |
0.0.1 | 2022年7月12日 |
#25 in #anyhow
30 每月下载量
用于 file_cache
3KB
file_open_limit
获取文件打开限制(windows / mac / linux / freebsd)
使用示例
use anyhow::Result;
fn main() -> Result<()> {
dbg!(file_open_limit::get()?);
Ok(())
}
依赖
~220KB