Skip to content

Instantly share code, notes, and snippets.

View shurizzle's full-sized avatar
🤌

shurizzle shurizzle

🤌
  • Vodafone, Internet
View GitHub Profile
@shurizzle
shurizzle / Cargo.toml
Last active October 18, 2024 17:06
Blocking and async
[package]
name = "blocking-async"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "blocking_async"
path = "blocking_async.rs"
[profile.release]