v1-v2

Created Diff never expires
4 rimozioni
Linee
Totale
Rimosso
Parole
Totale
Rimosso
Per continuare a utilizzare questa funzione, aggiorna a
Diffchecker logo
Diffchecker Pro
18 linee
3 aggiunte
Linee
Totale
Aggiunto
Parole
Totale
Aggiunto
Per continuare a utilizzare questa funzione, aggiorna a
Diffchecker logo
Diffchecker Pro
18 linee
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