Rust’s Cargo-Script RFC

This RFC adds support for single-file bin packages in cargo.\nSingle-file bin packages are rust source files with an embedded manifest and a\nmain.\nThese files will be accepted by cargo commands as –manifest-path just like Cargo.toml files.\ncargo will … Read more

Similar

Static streams for faster async Rust proxies

Last week in Tokio's Discord chat server someone asked a really interesting question: how can you stream a multipart body from an incoming request into an outgoing request? My struggle to answer this really helped me understand Rust async lifetimes. We'll... (more…)

Read more »