cale 0.0.0

Path manipulation library with no_std support
Documentation
[package]
name = "cale"
version = "0.0.0"
edition = "2021"
authors = [
    "Alexandru N. Onea <alexandru@onea.ro>, Andrei N. Onea <andrei@onea.ro>",
]
license-file = "LICENSE"
description = "Path manipulation library with no_std support"
repository = "https://git.onea.ro/cococeapa/cale"
documentation = "https://docs.rs/cale"
homepage = "https://git.onea.ro/cococeapa/cale"
readme = "README"
keywords = ["path", "no_std"]
categories = ["no-std"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]