- Functional Programming in Rust https://kerkour.com/rust-functional-programming 4 comments rust
- Is Rust a Functional Language in Disguise? https://www.reddit.com/r/rust/comments/iur9ly/is_rust_a_functional_language_in_disguise/ 51 comments rust
- My Favorite Rust Function Signature https://www.brandonsmith.ninja/blog/favorite-rust-function 27 comments rust
- Deploying Rust Functions on AWS Lambda https://www.reddit.com/r/rust/comments/iqqist/deploying_rust_functions_on_aws_lambda/ 3 comments rust
- Function overloading in Rust https://medium.com/@nrabulinski/function-overloading-in-rust-d591aff64a03 42 comments rust
- Rust: Control flow in const functions is now stable. https://github.com/rust-lang/rust/pull/72437#issuecomment-650814084 14 comments programming
- My favorite rust function (is std::mem::drop) https://blog.jabid.in/2019/10/11/drop.html 55 comments rust
- Html template engine which allows calling rust functions as they are https://www.reddit.com/r/rust/comments/78flwt/html_template_engine_which_allows_calling_rust/ 12 comments rust
- Functional Language Features in Rust https://rust-lang.github.io/book/second-edition/ch13-00-functional-features.html 10 comments rust
- Porting a few C functions to Rust https://people.gnome.org/~federico/news-2016-10.html#28 70 comments programming
- Having a trait as a return value from a function in Rust http://is.gd/h4ojC6 9 comments rust
- Advanced Rust: Using traits for function overloading https://medium.com/@jreem/advanced-rust-using-traits-for-argument-overloading-c6a6c8ba2e17 9 comments rust
- Rust for functional programmers http://science.raphael.poss.name/rust-for-functional-programmers.html 20 comments rust
- Why Rust ditched pure functions http://thread.gmane.org/gmane.comp.lang.rust.devel/3674/focus=3855 301 comments programming
- A simple Rust example: Euler's totient function https://gist.github.com/wackywendell/6072255 5 comments rust
- Hooking Go functions from Rust https://frida.re/ 5 comments rust
- Question: Dynamically letting Rust choose the correct function? https://www.dice-play.com/Games/TwentyOne.htm 14 comments rust
- How to Read Rust Functions, Part 1 https://www.possiblerust.com/guide/how-to-read-rust-functions-part-1 3 comments programming
- How to Read Rust Functions, Part 1 https://www.possiblerust.com/guide/how-to-read-rust-functions-part-1 22 comments rust
- Hot reloading of function bodies in Rust https://twitter.com/wodannson/status/1157472538622078976 17 comments rust_gamedev
- Would you learn functional programming via Rust if we had a strong FPL crate? https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=f85c2bb6c0c4ca718ca71842744e6476 34 comments rust
- Help needed: Calling functions from Rust DLL with Excel VBA https://stackoverflow.com/questions/53847369/calling-functions-from-rust-dll-with-excel-vba 10 comments rust
- Outperforming Rust with Functional Programming http://blog.vmchale.com/article/fast-functional 90 comments rust
- Evolution of Lisp functions in Remacs (Rust + Emacs) http://shanavas.org/rust/2017/11/08/remacs-the-journey-so-far.html 3 comments rust
- Carboxyl: Functional Reactive Programming in Rust https://crates.io/crates/carboxyl 4 comments rust
- Passing Rust function pointers to C functions https://www.reddit.com/r/rust/comments/a4zwym/passing_rust_function_pointers_to_c_functions/ 4 comments rust
- Logging every function call in large rust project https://github.com/gsingh93/trace 3 comments rust
- Good Rust cross WASM Module function import? https://www.reddit.com/r/rust/comments/c6al3i/good_rust_cross_wasm_module_function_import/ 4 comments rust
- I'm learning rust, is this guide to rust for functional programmers still accurate? http://science.raphael.poss.name/rust-for-functional-programmers.html 5 comments rust
- Why can't Rust infer enough type information given a fully-specified function call? https://www.reddit.com/r/rust/comments/4w0bl1/why_cant_rust_infer_enough_type_information_given/ 4 comments rust
- How To Organize Code In Rust per Object or Function https://gist.github.com/bvssvni/9343353 19 comments rust
- bjz/gl-rs · GitHub: An OpenGL function loader for Rust https://github.com/bjz/gl-rs 16 comments rust
- hooking libc functions in Rust - mirrord internals https://metalbear.co/blog/mirrord-internals-hooking-libc-functions-in-rust-and-fixing-bugs/ 4 comments rust
- Does rust have an http router that can be used inside an aws lambda function? https://www.reddit.com/r/rust/comments/n61vig/does_rust_have_an_http_router_that_can_be_used/ 7 comments rust
- I finally published cargo-fuzzcheck, a structure-aware fuzzing engine for Rust functions. How to move forward? https://www.reddit.com/r/rust/comments/gxu0q7/i_finally_published_cargofuzzcheck_a/ 26 comments rust
- GitHub - Kha/electrolysis: Simple verification of Rust programs via functional purification https://github.com/kha/electrolysis 8 comments rust
- Impala: a Rust dialect that can partially evaluate functions at compile time and produce GPU code [PDF] http://compilers.cs.uni-saarland.de/papers/ppl14_web.pdf 14 comments rust
- Stupid tricks with Rust higher-order functions and "impl trait" http://integer32.com/2017/02/02/stupid-tricks-with-higher-order-functions.html 13 comments rust
- Ported my Score4 engine to (functional-style) Rust - IMHO, my code so far is inferior to my OCaml version. Help? https://github.com/ttsiodras/score4/tree/master/rust 29 comments rust
- sqlite-zstd: Transparent dictionary-based row-level compression for SQLite - An SQLite extension written in Rust to reduce the database size without losing functionality https://phiresky.github.io/blog/2022/sqlite-zstd/ 8 comments rust