willbe 0.35.0

Utility to publish multi-crate and multi-workspace environments and maintain their consistency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Files Entity Module

File path type wrappers providing type safety and domain semantics.

## Responsibility Table

| File | Responsibility |
|------|---------------|
| `crate_dir.rs` | Wraps AbsolutePath for crate directory locations |
| `manifest_file.rs` | Wraps AbsolutePath for Cargo.toml file locations |
| `source_file.rs` | Wraps AbsolutePath for source file locations |
| `either.rs` | Provides Either enum for dual-type file path handling |