Decision Workspace
canadensis_derive_register_block vs surrealdb-extras-proc-macro vs placenew
Side-by-side comparison of Rust crates
44
canadensis_derive_register_block
growingv0.5.0
Derive macro for `canadensis::register::RegisterBlock`
49
surrealdb-extras-proc-macro
stablev2.0.14
A `cargo generate` template for quick-starting a procedural macro crate
48
placenew
experimentalv2.0.1
A crate providing the macro 'place_boxed' which allows you to create a object in-place on the heap using the normal struct initializer, the macro uses Box::new_uninit(), initializes all members using the values from the struct initializer, and then calls .assume_init() for regular value types => writes the expression in-place for array types ([T; N]) => generates a for loop for expressions such as [0; 100], and generates a sequence of arr[i] = v for an expression such as [0, 1, 2, 3]
Core Metrics
| canadensis_derive_register_block | surrealdb-extras-proc-macro | placenew | |
|---|---|---|---|
| Health Score | 44 | 49 | 48 |
| Total Downloads | 9.4K | 9.6K | 91 |
| 30d Downloads | 169 | 43 | 91 |
| Dependents | 11 | 23 | 0 |
| Releases | 5 | 11 | 6 |
| Last Updated | 199d ago | 34d ago | 19d ago |
| Age | 4y 8m | 2y 1m | 21d |
Health Breakdown
canadensis_derive_register_block
Maintenance
9
Quality
15
Community
6
Popularity
5
Documentation
9
surrealdb-extras-proc-macro
Maintenance
16
Quality
12
Community
7
Popularity
5
Documentation
9
placenew
Maintenance
18
Quality
16
Community
3
Popularity
2
Documentation
9
Technical Details
| canadensis_derive_register_block | surrealdb-extras-proc-macro | placenew | |
|---|---|---|---|
| Version | 0.5.0 | 2.0.14 | 2.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 3 | 4 | 3 |
| Crate Size | 3KB | 5KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 45.5% | 0.0% |
| Edition | 2018 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •surrealdb-extras-proc-macro leads with a health score of 49/100, but none of the options score above 80.
- •canadensis_derive_register_block is pre-1.0 — API may change.