fs-tree 0.4.0

Filesystem trie-like tree structure for commons operations.
Documentation
[package]
name = "fs-tree"
version = "0.4.0"
authors = ["João M. Bezerra <marcospb19@hotmail.com>"]
edition = "2021"
description = "Filesystem trie-like tree structure for commons operations."
license = "MIT"
repository = "https://github.com/marcospb19/fs-tree"

[dependencies]
file_type_enum = "0.11"
libc = { version = "0.2.132", optional = true }
fs-err = { version = "2.9.0", optional = true }

[features]
fs-err = ["dep:fs-err"]
default = ["fs-err"]
libc-file-type = ["dep:libc"]

[dev-dependencies]
pretty_assertions = "1.4.0"