v1-v2

Created Diff never expires
4 Entfernungen
Zeilen
Gesamt
Entfernt
Wörter
Gesamt
Entfernt
Um diese Funktion weiterhin zu nutzen, aktualisieren Sie auf
Diffchecker logo
Diffchecker Pro
18 Zeilen
3 Hinzufügungen
Zeilen
Gesamt
Hinzugefügt
Wörter
Gesamt
Hinzugefügt
Um diese Funktion weiterhin zu nutzen, aktualisieren Sie auf
Diffchecker logo
Diffchecker Pro
18 Zeilen
1. **Well Written**
1. **Well Written**
2. The crate uses safe rust always (unless specifically an extension of unsafe rust)
2. The crate uses stable rust always
3. The crate uses functions, traits, and modules to organize the code
3. The crate uses functions, traits, and modules to organize the code
4. All code in the crate is linted
4. All code in the crate is linted
5. The crate compiles on its intended operating system
5. The crate compiles on its intended operating system
6. The crate has wide test coverage
6. The crate has wide test coverage
2. **Open**
2. **Open**
1. The crate's source code is available to view
1. The crate's source code is available to view
2. The crate is licensed under an open-source license
2. The crate is licensed under a open source license
3. The crate's maintainers are responsive, addressing issues and prs within a reasonable timeframe
3. The crate's maintainers are responsive, addressing issues and prs within a reasonable timeframe
3. **Broad in coverage**
3. **Broad in coverage**
1. The crate implements its main goal
1. The crate implements it's main goal
2. The crate understands its goals
2. The crate understands its goals
3. The crate does not leave its scope, abstaining from implementing useless features unneeded in the crate
3. The crate does not leave its scope, abstaining from implementing useless features unneeded in the crate
4. **Stable**
4. **Stable**
1. The has been consistently tested to ensure it works before new releases
1. The has been consistently tested to ensure it works before new releases
5. **Documented**
5. **Documented**
1. All public code is documented
1. All public code is documented