Commit d677f2e
committed
restructure rust sources under
Initially, the sources were splitted in many packages to speed up
compilation (see #2 ).
This has lead to difficulties to navigate through the source code, and
created complexity in managing version bumps due to many Cargo.toml
files.
This commit organizes back the structure of the code under the `src`
dir, and bumps rust edition from 2018 to 2021 which would avoid long
re-compilations, which were the cause of the initial split.src directory1 parent a294b9f commit d677f2e
File tree
18 files changed
+21
-96
lines changed- ci
- cli
- git
- logger
- src
- git
- utils
18 files changed
+21
-96
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 2 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments