hadris-path 2.0.0

Allocation-free lexical paths for virtual filesystems and archives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hadris-path"
version = "2.0.0"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Allocation-free lexical paths for virtual filesystems and archives"
keywords = ["path", "no-std", "filesystem", "archive"]
categories = ["no-std", "filesystem"]
include = ["src/**/*", "Cargo.toml", "README.md"]

[features]
default = []
alloc = []