Skip to content

Commit

Permalink
style: remove process- prefix from workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jan 31, 2025
1 parent 789f75a commit 716311f
Show file tree
Hide file tree
Showing 32 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[workspace]
resolver = "2"
members = [
"process-lib",
"process-std",
"process-tokio",
]
members = ["lib", "std", "tokio"]

[patch.crates-io]
process-lib.path = "./process-lib"
process-std.path = "./process-std"
process-tokio.path = "./process-tokio"
process-lib.path = "./lib"
process-std.path = "./std"
process-tokio.path = "./tokio"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ let output = flow.output()

## Structure

- [`process-lib`](https://github.com/pimalaya/process/tree/master/process-lib): a set of I/O-free tools to deal with processes
- [`process-std`](https://github.com/pimalaya/process/tree/master/process-std): a standard, blocking I/O connector for `process-lib`
- [`process-tokio`](https://github.com/pimalaya/process/tree/master/process-tokio): Tokio-based, async I/O connector for `process-lib`
- [`process-lib`](https://github.com/pimalaya/process/tree/master/lib): a set of I/O-free tools to deal with processes
- [`process-std`](https://github.com/pimalaya/process/tree/master/std): a standard, blocking I/O connector for `process-lib`
- [`process-tokio`](https://github.com/pimalaya/process/tree/master/tokio): Tokio-based, async I/O connector for `process-lib`

## Examples

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 716311f

Please sign in to comment.