sibling 2.0.3

The API for traversing sibling directories (find next/previous directory).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sibling"
readme = "README.md"
description = "The API for traversing sibling directories (find next/previous directory)."
categories = ["command-line-utilities", "filesystem"]
keywords = ["directory-traversal", "sibling-directories", "filesystem"]
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
license-file.workspace = true

[dependencies]
rand = "0.9.0"
rust-embed = "8.5.0"
clap = { version = "4.5.23", features = ["derive"] }
log = "0.4.29"