tokenize_dir 0.1.0

Tokenize file names in directories to access files in a composable way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tokenize_dir"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Tokenize file names in directories to access files in a composable way."

[dependencies]
tokenize_dir_macros = "0.1.0"

[workspace]
members = ["tokenize_dir_macros"]