Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 310 Bytes

info.md

File metadata and controls

15 lines (11 loc) · 310 Bytes

Run the example using the command:

cargo run

Make sure to add the necessary dependencies to your Cargo.toml file:

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"

This example uses the serde and serde_json crates for JSON serialization and deserialization.