Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jayhuang75/e917098a83af5adad3d0fc3f51d215dc to your computer and use it in GitHub Desktop.

Select an option

Save jayhuang75/e917098a83af5adad3d0fc3f51d215dc to your computer and use it in GitHub Desktop.
rust-velocity-limit-transaction-struct
#[derive(Debug, Deserialize)]
pub struct Transaction {
pub id: String,
pub customer_id: String,
pub load_amount: String,
pub time: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment