Registry / utility / databake

databake

JSON →
library0.2.1rscratesunverified

Trait that lets structs represent themselves as (const) Rust expressions for compile-time initialization.

# Cargo.toml [dependencies] databake = "0.2.1"
INSTALL
IMPORT
SIG · DATABAKE
D
databake
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bake
use databake::Bake;

Bakes a value into a Rust expression.

use databake::Bake; fn main() { let value = 42u32; let baked = value.bake(); println!("Baked: {}", baked); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
databake — cargo add databake · libregistry