synlestidae
synlestidae
I have the following struct. ``` #[derive(Serialize, Deserialize, Debug)] pub struct InitiateTransactionResponse { #[serde(rename="Error", default)] pub errors: Vec, #[serde(rename="TransactionStatusCode", default)] pub transaction_status_code: Option, #[serde(rename="Transaction", default)] pub transaction: Vec } ```...
G'day! This should be easy to explain. I have two markdown snippets. This one works and compiles to HTML successfully: ```markdown # Test Spec test : The word test has...
This project needs CI/CD (continuous integration/continuous deployment). It should * build the project * run the tests * run on pull requests and only allow merge if it passes. *...
Attempts to fix #90 by using `sha3` instead of `tiny_keccak`