dir_indexer 0.0.2

The project is a Rust library for indexing and retrieving file paths within a directory tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dir_indexer"
version = "0.0.2"
edition = "2021"
authors = ["mailmeatsri14@gmail.com"]
description = "The project is a Rust library for indexing and retrieving file paths within a directory tree"
documentation = "https://docs.rs/dir_indexer"
include = ["src/lib.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE"]
keywords = ["directory", "linux", "paths"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/sri-varshan14/dir_indexer"
rust-version = "1.56.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]