Decision Workspace
logic_constructor vs inline_tweak vs bevy_mod_scripting_lua
Side-by-side comparison of Rust crates
45
logic_constructor
experimentalv0.1.0
Move combat and ability logic out of code and into HOCON config — designers tweak damage, healing, and targeting in a text file; the engine parses it into typed actions and runs them against your entities.
64
inline_tweak
stablev1.2.5
Tweak values directly from the source code
60
bevy_mod_scripting_lua
growingv0.20.0
Necessary functionality for Lua support with bevy_mod_scripting
Core Metrics
| logic_constructor | inline_tweak | bevy_mod_scripting_lua | |
|---|---|---|---|
| Health Score | 45 | 64 | 60 |
| Total Downloads | 18 | 134.1K | 40.9K |
| 30d Downloads | 0 | 5.0K | 0 |
| Dependents | 0 | 12 | 79 |
| Releases | 1 | 26 | 48 |
| Last Updated | 44d ago | 36d ago | 19d ago |
| Age | 1m | 5y 10m | 3y 6m |
Health Breakdown
logic_constructor
Maintenance
10
Quality
14
Community
6
Popularity
2
Documentation
13
inline_tweak
Maintenance
16
Quality
21
Community
9
Popularity
6
Documentation
12
bevy_mod_scripting_lua
Maintenance
18
Quality
16
Community
10
Popularity
6
Documentation
10
Technical Details
| logic_constructor | inline_tweak | bevy_mod_scripting_lua | |
|---|---|---|---|
| Version | 0.1.0 | 1.2.5 | 0.20.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | CC0-1.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 14 |
| Crate Size | 18KB | 16KB | 27KB |
| Features | 0 | 3 | 11 |
| Yanked % | 0.0% | 3.9% | 2.1% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.80.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •inline_tweak leads with a health score of 64/100, but none of the options score above 80.
- •logic_constructor, bevy_mod_scripting_lua are pre-1.0 — API may change.