dirx 0.1.0

Creates an in-memory index of all the files in a directory tree, and allows efficient scanning of only those files that have been modified since the index got created
Documentation
[dependencies.indexmap]
version = "2.0"

[dependencies.nix]
default-features = false
features = ["dir", "fs"]
version = "0.26"
[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.3"

[dev-dependencies.tempfile]
version = "3.6"

[package]
authors = ["Andrea Corbellini <corbellini.andrea@gmail.com>"]
categories = ["filesystem"]
description = "Creates an in-memory index of all the files in a directory tree, and allows efficient scanning of only those files that have been modified since the index got created"
edition = "2021"
keywords = ["filesystem", "directory", "indexing", "recursive"]
license = "BSD-3-Clause"
name = "dirx"
repository = "https://github.com/andreacorbellini/rust-dirx"
version = "0.1.0"