dircnt
======
[](https://github.com/dtolnay/dircnt)
[](https://crates.io/crates/dircnt)
[](https://github.com/dtolnay/dircnt/actions?query=branch%3Amaster)
Count directory entries faster than `ls -f | wc -l`.
### Installation
```console
$ cargo install dircnt
```
### Usage
```console
$ dircnt path/to/dir
63496110
```
Like `ls | wc -l` but unlike `ls -f | wc -l`, the special directory entries `.`
and `..` are excluded from the count.
### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.