Skip to content

Instantly share code, notes, and snippets.

View ShepherdSoasis's full-sized avatar

Shepherd ShepherdSoasis

View GitHub Profile
@ShepherdSoasis
ShepherdSoasis / main.rs
Last active March 24, 2024 07:04
An example of serde's basic Serialize trait, implemented generically over any enumeration or structure.
use serde::Serialize;
struct Point {
x: i32,
y: i32,
}
fn main() {
let point = Point { x: 1, y: 2 };
@ShepherdSoasis
ShepherdSoasis / "The... Community?" References.md
Last active April 27, 2022 06:03
References and sources for JeanHeyd Meneide's "The... Community?" Talk - https://www.youtube.com/watch?v=vaLKm9FE8oo

NOTE: Does not include direct links to Twitter, mailing list e-mails, and similar; this is to make brigading and raiding more difficult. This is about systemic issues and systemic change, not engaging in targeted harassment!