rustio rustio.net
48

placenew

v2.0.1 Experimental

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]

MIT Edition 2018
#template#proc_macro#procmacro

Quick Verdict

  • โœ“Actively maintained (updated 19d ago)
  • โœ“Tiny footprint (4KB, 3 deps)
  • โœ“Permissive license (MIT)

Security

Checking security advisories...
Downloads
91
Dependents
0
Releases
6
Size
4KB

Deep Insights

๐Ÿ“Š
Download activity

91 downloads in the last 30 days (3/day avg).

๐Ÿชถ
Minimal dependencies

Only 3 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.

๐Ÿ“
Compact crate

At 4KB, placenew is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 18/25

Recency, release consistency, active ratio

Quality 16/25

Yanked ratio, deps, size, maturity, features

Community 3/20

Reverse deps, ownership, ecosystem

Popularity 2/15

Downloads, momentum, growth trend

Documentation 9/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
1/day avg
01020304012/291/162/32/213/113/28

Version Adoption

v2.0.1
26%
v1.0.0
19%
v2.0.0
19%
v1.1.0
18%
v1.1.1
18%

Release Timeline

6 releasessince 2026
J
F
M
A
M
J
J
A
S
O
N
D
2026
6
Less
More

README

Loading README...

Maintainers

Dependencies
3
direct dependencies
Dependents
0
crates depend on placenew

Similar Crates