{{ title }}
{{ subtitle }}
{{ body }}Questions or comments? Send an email to ~icyphox/x@lists.sr.ht—my public inbox.
Auto-currying Rust Functions
This post contains a gentle introduction to procedural macros in Rust and a guide to writing a procedural macro to curry Rust functions. The source code for the entire library can be found here. It is also available on crates.io. The following links might …
via nerdypepper's μblog on May 09, 2020
25/05/2020: This month in KISS (#2)
Welcome to the second monthly update for KISS. This post will be quite a long one, we've seen some nice changes this month and some great work by the Community.…
via KISS Linux Blog on May 25, 2020
Can we talk about client-side certificates?
I’m working on improving the means by which API users authenticate with the SourceHut API. Today, I was reading RFC 6749 (OAuth2) for this purpose, and it got me thinking about the original OAuth spec. I recalled vaguely that it had the API clients actuall…
via Drew DeVault's Blog on Jun 12, 2020