Declarative Programming in Rust



One of the secret ingredients in many successful, big code bases is that they found a good level of abstraction. One helpful technique is to write declarative code: You describe "what" you want to do, but don't mix it with the "how". While this is not specific to Rust, the language and its ecosystem help us write declarative code. This talk will go over some examples, covering famous crates and APIs as well as more obscure ones, to then dive into ways to use this to your advantage in your own code. EVENT: RustFest Rome 2018 SPEAKER: Pascal Hertleif PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license (reuse allowed). ATTRIBUTION CREDITS: Original video source: https://www.youtube.com/watch?v=0W20GPEqbcU https://www.youtube.com/watch?v=Des3zZuTbhk

Leave a Reply

Your email address will not be published. Required fields are marked *