Decision Workspace
wrapped_mono_macros vs wrapped_mono vs auto_enums
Side-by-side comparison of Rust crates
40
wrapped_mono_macros
growingv0.4.0
Macros for wrapped_mono. Useless without it.
43
wrapped_mono
growingv0.4.0
`wrapped_mono` is a safe, lightweight wrapper around the mono library. It allows embedding of the mono runtime inside a rust project. Inside this embedded runtime code written in languages supporting the .NET framework, such as C# and F#, can be run. This allows usage of libraries written in those languages, and using them as a scripting language. The mono runtime is used by many game engines, and this wrapper allows using it with projects written in Rust too.
66
auto_enums
growingv0.8.8
A library for to allow multiple return types by automatically generated enum.
Core Metrics
| wrapped_mono_macros | wrapped_mono | auto_enums | |
|---|---|---|---|
| Health Score | 40 | 43 | 66 |
| Total Downloads | 4.4K | 4.9K | 12.4M |
| 30d Downloads | 23 | 7 | 1.1M |
| Dependents | 4 | 0 | 241 |
| Releases | 3 | 4 | 57 |
| Last Updated | 456d ago | 456d ago | 28d ago |
| Age | 3y 5m | 3y 5m | 7y 3m |
Health Breakdown
wrapped_mono_macros
Maintenance
5
Quality
16
Community
5
Popularity
4
Documentation
10
wrapped_mono
Maintenance
6
Quality
17
Community
6
Popularity
4
Documentation
10
auto_enums
Maintenance
17
Quality
17
Community
12
Popularity
8
Documentation
12
Technical Details
| wrapped_mono_macros | wrapped_mono | auto_enums | |
|---|---|---|---|
| Version | 0.4.0 | 0.4.0 | 0.8.8 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 OR MIT |
| Dependencies | 2 | 5 | 14 |
| Crate Size | 8KB | 262KB | 58KB |
| Features | 1 | 10 | 21 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.71 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •auto_enums leads with a health score of 66/100, but none of the options score above 80.
- •auto_enums is depended on by 241 crates — strongest ecosystem trust.
- •⚠ wrapped_mono_macros, wrapped_mono have not been updated in over a year.