Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

No Derive Feature Error In Rust

The below if fixed by adding the derive feature to serde like :

toml
serde = { version = "1.0.195", features = ["derive"] }
code start