Advertisement
NLinker

Articles on FP in Rust

Jan 30th, 2020
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 1.08 KB | None | 0 0
  1. Method for Emulating Higher-Kinded Types in Rust
  2. https://gist.github.com/edmundsmith/855fcf0cb35dd467c29a9350481f0ecf
  3.  
  4. Vec and Option monads
  5. https://gist.github.com/burjui/4ec90b395975709b79f999839dcf9674
  6.  
  7. Keyword arguments #805
  8. https://github.com/rust-lang/rfcs/pull/805
  9.  
  10. Application-level tracing for Rust.
  11. https://github.com/tokio-rs/tracing
  12.  
  13. Fahrenheit only provides a very minimal feature set
  14. https://rust-lang.github.io/futures-rs/blog/2018/08/17/toykio.html
  15.  
  16. How to speed up the Rust compiler one last time in 2019
  17. https://blog.mozilla.org/nnethercote/2019/12/11/how-to-speed-up-the-rust-compiler-one-last-time-in-2019/
  18.  
  19. interesting code with futures
  20. https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=fc3b742fd100e4846e5bab8f29528145
  21.  
  22. https://habrastorage.org/webt/91/zh/rc/91zhrcgofdc-wze0c72dnv3x9zk.png
  23. https://habrastorage.org/webt/ly/c5/1b/lyc51bmkujqpvnrdnktfrrrrfis.jpeg
  24. _(Статически типизированный разводной ключ - добавлено переводчиком /[источник](http://gvozdoder.com))_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement