Mark Catley
Mark Catley
Closes #25
Are you interested in including functions for use with the `Deserialize` derive? eg: ``` #[serde(deserialize_with = "deserialize_calamine_date")] ``` ``` fn deserialize_calamine_date>( deserializer: D, ) -> Result { struct Visitor; impl...
Hi, I've been trying to get the Device Flow working with the Salesforce OAuth2 api. I've got it working but I've had to make some changes. Before doing too much...
Building portable binaries on Linux is a bit of a nightmare. There's no simple way to select a minimum version of Linux you'd like to support. The reason for this...
Hi All, I just updated from 1.1.0 to 1.2.0 and it seems that I can no longer update the _draft attribute of my items from true to false. Does anyone...