|  

Oreilly - Write Powerful Rust Macros, Video Edition



Size :1.1 GB
Peers : Seeders : 0      Leechers : 0
Added : 11 hours ago » by freecoursewb » in Other
Language : English
Last Updated :11 hours ago
Info_Hash :61E49ED4F4C78367819A0E50450C77342559F314

Torrent File Contents

Oreilly - Write Powerful Rust Macros, Video Edition
  Get Bonus Downloads Here.url
  -  183 Bytes

  ~Get Your Files Here !/001. Chapter 1. Going meta.mp4
  -  7.48 MB

  ~Get Your Files Here !/002. Chapter 1. What is metaprogramming.mp4
  -  4.58 MB

  ~Get Your Files Here !/003. Chapter 1. Metaprogramming in Rust.mp4
  -  60.94 MB

  ~Get Your Files Here !/004. Chapter 1. Approach of this book.mp4
  -  4.57 MB

  ~Get Your Files Here !/005. Chapter 1. Summary.mp4
  -  4.31 MB

  ~Get Your Files Here !/006. Chapter 2. Declarative macros.mp4
  -  47.15 MB

  ~Get Your Files Here !/007. Chapter 2. Use cases.mp4
  -  88.91 MB

  ~Get Your Files Here !/008. Chapter 2. From the real world.mp4
  -  11.71 MB

  ~Get Your Files Here !/009. Chapter 2. Exercises.mp4
  -  5.98 MB

  ~Get Your Files Here !/010. Chapter 2. Summary.mp4
  -  4.54 MB

  ~Get Your Files Here !/011. Chapter 3. A Hello, World procedural macro.mp4
  -  15.12 MB

  ~Get Your Files Here !/012. Chapter 3. Analyzing the procedural macro setup.mp4
  -  17.89 MB

  ~Get Your Files Here !/013. Chapter 3. Generating output.mp4
  -  6.9 MB

  ~Get Your Files Here !/014. Chapter 3. Experimenting with our code.mp4
  -  3.06 MB

  ~Get Your Files Here !/015. Chapter 3. cargo expand.mp4
  -  5.47 MB

  ~Get Your Files Here !/016. Chapter 3. The same macro without syn and quote.mp4
  -  8.88 MB

  ~Get Your Files Here !/017. Chapter 3. From the real world.mp4
  -  6.66 MB

  ~Get Your Files Here !/018. Chapter 3. Summary.mp4
  -  4.17 MB

  ~Get Your Files Here !/019. Chapter 4. Making fields public with attribute macros.mp4
  -  8.77 MB

  ~Get Your Files Here !/020. Chapter 4. Attribute macros vs. derive macros.mp4
  -  4.2 MB

  ~Get Your Files Here !/021. Chapter 4. First steps in public visibility.mp4
  -  3.06 MB

  ~Get Your Files Here !/022. Chapter 4. Getting and using fields.mp4
  -  18.32 MB

  ~Get Your Files Here !/023. Chapter 4. Possible extensions.mp4
  -  7.17 MB

  ~Get Your Files Here !/024. Chapter 4. More than one way to parse a stream.mp4
  -  25.92 MB

  ~Get Your Files Here !/025. Chapter 4. Even more ways to develop and debug.mp4
  -  3.02 MB

  ~Get Your Files Here !/026. Chapter 4. From the real world.mp4
  -  20.69 MB

  ~Get Your Files Here !/027. Chapter 4. Summary.mp4
  -  2.99 MB

  ~Get Your Files Here !/028. Chapter 5. Hiding information and creating mini-DSLs with function-like macros.mp4
  -  41.17 MB

  ~Get Your Files Here !/029. Chapter 5. Debugging by writing normal code.mp4
  -  5.07 MB

  ~Get Your Files Here !/030. Chapter 5. Composing.mp4
  -  17.6 MB

  ~Get Your Files Here !/031. Chapter 5. Anything you can do, I can do better.mp4
  -  4.24 MB

  ~Get Your Files Here !/032. Chapter 5. From the real world.mp4
  -  6.15 MB

  ~Get Your Files Here !/033. Chapter 5. Summary.mp4
  -  4.19 MB

  ~Get Your Files Here !/034. Chapter 6. Testing a builder macro.mp4
  -  13.25 MB

  ~Get Your Files Here !/035. Chapter 6. Fleshing out the structure of our setup.mp4
  -  11.54 MB

  ~Get Your Files Here !/036. Chapter 6. Adding white-box unit tests.mp4
  -  9.2 MB

  ~Get Your Files Here !/037. Chapter 6. Black-box unit tests.mp4
  -  65.82 MB

  ~Get Your Files Here !/038. Chapter 6. What kinds of unit tests do I need.mp4
  -  8.48 MB

  ~Get Your Files Here !/039. Chapter 6. Beyond unit tests.mp4
  -  12.11 MB

  ~Get Your Files Here !/040. Chapter 6. From the real world.mp4
  -  7.82 MB

  ~Get Your Files Here !/041. Chapter 6. Summary.mp4
  -  4.36 MB

  ~Get Your Files Here !/042. Chapter 7. From panic to result Error handling.mp4
  -  12.39 MB

  ~Get Your Files Here !/043. Chapter 7. Pure and impure functions.mp4
  -  11.21 MB

  ~Get Your Files Here !/044. Chapter 7. Alternatives to exceptions.mp4
  -  14.56 MB

  ~Get Your Files Here !/045. Chapter 7. Rust s Result and panics.mp4
  -  11.05 MB

  ~Get Your Files Here !/046. Chapter 7. Setup of the panic project.mp4
  -  5.44 MB

  ~Get Your Files Here !/047. Chapter 7. Mutable or immutable returns.mp4
  -  11.17 MB

  ~Get Your Files Here !/048. Chapter 7. Getting results.mp4
  -  13.14 MB

  ~Get Your Files Here !/049. Chapter 7. Don t panic.mp4
  -  14.62 MB

  ~Get Your Files Here !/050. Chapter 7. Error-handling flavors.mp4
  -  35.66 MB

  ~Get Your Files Here !/051. Chapter 7. From the real world.mp4
  -  6.07 MB

  ~Get Your Files Here !/052. Chapter 7. Exercises.mp4
  -  1.32 MB

  ~Get Your Files Here !/053. Chapter 7. Summary.mp4
  -  4.38 MB

  ~Get Your Files Here !/054. Chapter 8. Builder with attributes.mp4
  -  26.53 MB

  ~Get Your Files Here !/055. Chapter 8. Alternative naming for attributes.mp4
  -  9.92 MB

  ~Get Your Files Here !/056. Chapter 8. Sensible defaults.mp4
  -  13.26 MB

  ~Get Your Files Here !/057. Chapter 8. A better error message for defaults.mp4
  -  7.17 MB

  ~Get Your Files Here !/058. Chapter 8. Build back better.mp4
  -  37.2 MB

  ~Get Your Files Here !/059. Chapter 8. Avoiding scattered conditionals.mp4
  -  5.36 MB

  ~Get Your Files Here !/060. Chapter 8. Attribute tokens and attributes.mp4
  -  15.51 MB

  ~Get Your Files Here !/061. Chapter 8. Other attributes.mp4
  -  9.4 MB

  ~Get Your Files Here !/062. Chapter 8. From the real world.mp4
  -  5.15 MB

  ~Get Your Files Here !/063. Chapter 8. Summary.mp4
  -  2.69 MB

  ~Get Your Files Here !/064. Chapter 9. Writing an infrastructure DSL.mp4
  -  19.47 MB

  ~Get Your Files Here !/065. Chapter 9. How our DSL works.mp4
  -  4.87 MB

  ~Get Your Files Here !/066. Chapter 9. Parsing our input.mp4
  -  20.13 MB

  ~Get Your Files Here !/067. Chapter 9. Two alternative parsing approaches.mp4
  -  17.79 MB

  ~Get Your Files Here !/068. Chapter 9. Actually creating the services.mp4
  -  16.86 MB

  ~Get Your Files Here !/069. Chapter 9. The two AWS clients.mp4
  -  8.4 MB

  ~Get Your Files Here !/070. Chapter 9. Errors and declarative macros.mp4
  -  8.71 MB

  ~Get Your Files Here !/071. Chapter 9. The right kind of testing.mp4
  -  4.71 MB

  ~Get Your Files Here !/072. Chapter 9. From the real world.mp4
  -  8.1 MB

  ~Get Your Files Here !/073. Chapter 9. Summary.mp4
  -  3.07 MB

  ~Get Your Files Here !/074. Chapter 10. Macros and the outside world.mp4
  -  21.36 MB

  ~Get Your Files Here !/075. Chapter 10. Adding another macro.mp4
  -  5.62 MB

  ~Get Your Files Here !/076. Chapter 10. Features.mp4
  -  13.9 MB

  ~Get Your Files Here !/077. Chapter 10. Documenting a macro.mp4
  -  5.72 MB

  ~Get Your Files Here !/078. Chapter 10. Publishing our macro.mp4
  -  8.37 MB

  ~Get Your Files Here !/079. Chapter 10. From the real world.mp4
  -  13.86 MB

  ~Get Your Files Here !/080. Chapter 10. Where to go from here.mp4
  -  5.46 MB

  ~Get Your Files Here !/081. Chapter 10. Summary.mp4
  -  1.54 MB

  ~Get Your Files Here !/082. Appendix A. Exercise solutions.mp4
  -  69.19 MB

  ~Get Your Files Here !/Bonus Resources.txt
  -  386 Bytes



Torrent Description

Write Powerful Rust Macros, Video Edition

https://FreeCourseWeb.com

Released 6/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 7h 15m | Size: 1.1 GB

An example-driven, step-by-step guide to success with Rust macros.

In Write Powerful Rust Macros you’ll learn how to use these amazing metaprogramming tools to push Rust to its full potential. This hands-on guide takes you from the absolute basics to advanced macro techniques, exploring Rust macros through interesting and engaging examples.

Inside Write Powerful Rust Macros you’ll discover