A derive proc-macro that automatically derives a constructor for your struct!
Macros for registering constructor functions for Rust under no_std.
Adds `#[derive(ctor)]` which allows for the auto-generation of struct, enum, and union constructors.
Global, no_std-compatible constructors for all platforms that run before main (like C/C++ __attribute__((constructor)))
proc-macro support for the ctor crate
Macros for registering constructor functions for Rust under no_std.
Run code at program startup or shutdown
A library for safe, in-place construction of Rust (and C++!) objects.
proc-macro to generate constructor functions with syntaxt similar to named params
Global, no_std-compatible destructors for all platforms that run after main (like C/C++ __attribute__((destructor)))
__attribute__((constructor)) for Rust
Rust di containers system