fs-tree 0.7.0

Filesystem path Trie with an API focused on filesystem operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Stable features
edition = "2024"
reorder_imports = true
reorder_modules = true
newline_style = "Unix"
match_block_trailing_comma = true

# Unstable features
unstable_features = true
force_multiline_blocks = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"