Skip to content

Commit f059880

Browse files
committed
ls: Cache uid->usr and gid->grp mappings
1 parent 7a533b3 commit f059880

File tree

3 files changed

+259
-4
lines changed

3 files changed

+259
-4
lines changed

Cargo.lock

Lines changed: 237 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uu/ls/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ edition = "2018"
1515
path = "src/ls.rs"
1616

1717
[dependencies]
18+
cached = "0.23.0"
1819
clap = "2.33"
1920
lazy_static = "1.0.1"
2021
number_prefix = "0.4"

0 commit comments

Comments
 (0)