Hacker News
- Inline in Rust (2021) https://matklad.github.io/2021/07/09/inline-in-rust.html 2 comments
- Rust 1.59.0 with inline assembly support etc. https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html 91 comments
- Write Python inline in your Rust code https://docs.rs/inline-python/ 39 comments
- New inline assembly syntax available in Rust nightly https://blog.rust-lang.org/inside-rust/2020/06/08/new-inline-asm.html 222 comments
Lobsters
- inline-rust + Haskell = Memory Safety? https://www.reddit.com/r/haskell/comments/agqt4f/inlinerust_haskell_memory_safety/ 6 comments haskell
- Rust doesn't have "flattening" (i.e. inline-into) like C/C++. Do you miss it? https://awesomekling.github.io/Smarter-C++-inlining-with-attribute-flatten/ 20 comments rust
- Tired of error handling? "On Error Resume Next" is coming to Rust with the inline-vbs crate! https://github.com/zdimension/inline-vbs 44 comments programming
- Blog Post: Inline In Rust https://matklad.github.io/2021/07/09/inline-in-rust.html 64 comments rust
- compose-area: Content editable element with support for inline images (Rust + WASM) https://github.com/threema-ch/compose-area 3 comments rust
- libasm -- inline assembly on stable Rust https://github.com/coder543/libasm 18 comments rust
- Rust Cologne, June: Florian Zeitz - Inline Assembly https://www.youtube.com/watch?v=7Mzl2HA3TuU 3 comments rust
- "Wouldn't it be neat if you could write C++ inline in Rust?" http://mystor.github.io/wouldnt-it-be-neat-p1.html 30 comments rust
- Translating inline assembler expression from gcc to rust https://www.reddit.com/r/rust/comments/5jm4ww/translating_inline_assembler_expression_from_gcc/ 3 comments rust
- Exploring ARM inline assembly in Rust http://embed.rs/articles/2016/arm-inline-assembly-rust/ 23 comments rust
- Two months in Servo: better inline layout, stable Rust, and more! https://servo.org/blog/2024/01/26/two-months-in-servo/ 19 comments rust
- Frida 16.1.0 is out w/ support for injecting Rust code and inline hooks into OS kernels and embedded targets https://frida.re/news/2023/06/23/frida-16-1-0-released/ 2 comments rust
- FlexStr – A flexible, simple to use, immutable, clone-efficient String replacement for Rust. It unifies literals, inlined, and heap allocated strings into a single type. https://github.com/nu11ptr/flexstr 28 comments rust
- `inline-c`, a small crate that allows a user to write C (incl. C++) code inside Rust (with no interaction), useful for testing a C API of a Rust program https://github.com/hywan/inline-c-rs 3 comments rust
- New inline assembly syntax available in nightly | Inside Rust Blog https://blog.rust-lang.org/inside-rust/2020/06/08/new-inline-asm.html 63 comments rust
- Inko 0.17.0 released, including support for inlining method calls, less Rust and more Inko, various standard library additions and more! https://inko-lang.org/news/inko-0-17-0-released/ 8 comments programminglanguages
- A demonstration of link-time optimization while inlining between C code and Rust code https://github.com/mozilla/rust/wiki/mixed-language-link-time-optimization 3 comments rust
- Frida 16.1.0 is out w/ a brand new backend that supports instrumenting barebone targets — ranging from microcontrollers all the way to the iOS kernel on Corellium, allowing you to instantly inject your own Rust code and insert inline hooks https://frida.re/news/2023/06/23/frida-16-1-0-released/ 4 comments netsec