Commit b44ca86
authored
chore: update tagline to "Awesomely fast virtual sandbox with bash and file system" (#1029)
## Summary
- Updates the project tagline from "Virtual bash interpreter for
multi-tenant environments" to "Awesomely fast virtual sandbox with bash
and file system"
- Changed in all 4 locations: root `Cargo.toml` (comment + description
field), `README.md`, and `crates/bashkit/src/lib.rs` rustdoc
## Test plan
- [x] `cargo test --all-features` — all 116 tests pass
- [x] `cargo fmt --check` — clean
- [x] `cargo clippy --all-targets --all-features -- -D warnings` — clean
- [x] No code logic changed — metadata/comments only1 parent 44309c7 commit b44ca86
File tree
4 files changed
+8
-4
lines changed- crates/bashkit/src
- supply-chain
4 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1798 | 1798 | | |
1799 | 1799 | | |
1800 | 1800 | | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
1801 | 1805 | | |
1802 | 1806 | | |
1803 | 1807 | | |
| |||
0 commit comments