1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
//! Burnout
//!
//! - **Date:** September 22, 2018
//! - **Subject:** What burnout is, the many ways it can happen to us, and
//! what we can do about it.
//! - [**download mp3**][mp3]
//! - [**script**][script]
//!
//! [mp3]: https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/bonus/burnout.mp3
//! [script]: https://newrustacean.com/show_notes/bonus/burnout/struct.script
//!
//! <audio style="width: 100%" title="Bonus: Burnout" controls preload=metadata src="https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/bonus/burnout.mp3"></audio>
//!
//! Show Notes
//! ----------
//!
//! - [My blog posts on burnout][blog] (and [the RSS feed][rss])
//! - [Mayo clinic guidelines][mayo]
//!
//! [blog]: https://www.chriskrycho.com/burnout
//! [rss]: http://www.chriskrycho.com/feeds/burnout.xml
//! [mayo]: https://www.mayoclinic.org/healthy-lifestyle/adult-health/in-depth/burnout/art-20046642
//!
//!
//! Sponsors
//! --------
//!
//! - Aaron Turon
//! - Alexander Payne
//! - [Anthony Deschamps]
//! - Anthony Scotti
//! - Antonin Carette
//! - Aleksey Pirogov
//! - Andreas Fischer
//! - Andrew Thompson
//! - Austin LeSure
//! - [Behnam Esfahbod]
//! - Benjamin Wasty
//! - Brent Vatne
//! - Brian Casiello
//! - Brian Manning
//! - Chap Lovejoy
//! - [Charlie Egan]
//! - Chris Jones
//! - [Chris Palmer]
//! - [Damien Stanton]
//! - Dan Abrams
//! - Daniel Bross
//! - [Daniel Collin]
//! - [Daniel Mason]
//! - [Daniel P. Clark]
//! - David Hewson
//! - [Derek Morr]
//! - Eugene Bulkin
//! - [Graham Wihlidal]
//! - [Hans Fjällemark]
//! - [Henri Sivonen]
//! - [Ian Jones]
//! - James Cooper
//! - Jerome Froelich
//! - [Joar Wandborg]
//! - [John Rudnick]
//! - Jon
//! - Jonathan Turner
//! - Joseph Hain
//! - [Jupp Müller]
//! - Justin Ossevoort
//! - [Karl Hobley]
//! - Keith Gray
//! - Kilian Rault
//! - Laurie Hedge
//! - Luca Schmid
//! - Lukas Eller
//! - [Luiz Irber]
//! - Mark LeMoine
//! - [Martin Heuschober]:
//! - Masashi Fujita
//! - Matt Rudder
//! - Matthew Brenner
//! - Matthias Ruszala
//! - [Max Jacobson]
//! - [Messense Lv]
//! - Micael Bergeron
//! - [Michael Mc Connell]
//! - [Nathan Sculli]
//! - [Nick Coish]
//! - [Nick Stevens]
//! - [Nicolas Pochet]
//! - [Oluseyi Sonaiya]
//! - Ovidiu Curcan
//! - [Pascal Hertleif]
//! - [Patrick O'Doherty]
//! - Paul Naranja
//! - Paul Osborne
//! - Peter Tillemans
//! - Ralph Giles ("rillian")
//! - Raj Venkalil
//! - [Ramon Buckley]
//! - Randy MacLeod
//! - Raph Levien
//! - reddraggone9
//! - Richard Dallaway
//! - Robert Chrzanowski
//! - [Ryan Blecher]
//! - [Ryan Osial]
//! - [Sebastián Ramírez Magrí]
//! - Shane Utt
//! - [Simon Dickson]
//! - Simon G.
//! - Steve Jenson
//! - Steven Knight
//! - Steven Murawski
//! - [Stuart Hinson]
//! - Tim Brooks
//! - Timm Preetz
//! - Tom Prince
//! - Ty Overby
//! - Tyler Harper
//! - Vesa Kaihlavirta
//! - Victor Kruger
//! - Will Greenberg
//! - [William Roe]
//! - Yaacov Finkelman
//! - Zachary Snyder
//! - Zaki
//!
//! [Anthony Deschamps]: https://github.com/adeschamps
//! [Behnam Esfahbod]: https://github.com/behnam
//! [Brent Vatne]: https://github.com/brentvatne
//! [Charlie Egan]: https://charlieegan3.com
//! [Chris Palmer]: http://red-oxide.org/
//! [Damien Stanton]: https://github.com/damienstanton
//! [Daniel Collin]: https://twitter.com/daniel_collin
//! [Daniel Mason]: https://github.com/gisleburt
//! [Daniel P. Clark]: https://6ftdan.com/
//! [David W. Allen]: http://GitHub.com/DataRiot
//! [Derek Morr]: https://twitter.com/derekmorr
//! [Graham Wihlidal]: https://wihlidal.com/
//! [Hans Fjällemark]: https://fjallemark.com/
//! [Henri Sivonen]: https://hsivonen.fi/
//! [Ian Jones]: https://www.ianmjones.com/
//! [Joar Wandborg]: http://github.com/joar
//! [John Rudnick]: http://www.cindur.com/
//! [Jupp Müller]: https://de.linkedin.com/in/juppm
//! [Karl Hobley]: https://github.com/kaedroho/
//! [Luiz Irber]: http://luizirber.org/
//! [Martin Heuschober]: https://github.com/epsilonhalbe
//! [Max Jacobson]: https://twitter.com/maxjacobson
//! [Messense Lv]: https://github.com/messense
//! [Michael Mc Connell]: https://www.linkedin.com/in/michaelmcdonnell/
//! [Nathan Sculli]: http://influential.co/
//! [Nick Coish]: http://github.com/ncoish
//! [Nick Stevens]: https://github.com/nastevens
//! [Nicolas Pochet]: https://github.com/n-pochet
//! [Oluseyi Sonaiya]: http://oluseyi.info/
//! [Pascal Hertleif]: https://pascalhertleif.de/
//! [Patrick O'Doherty]: https://twitter.com/patrickod
//! [Philipp Keller]: https://twitter.com/hansapla
//! [Ramon Buckley]: http://www.inosion.com
//! [Ryan Blecher]: http://notryanb.github.io/
//! [Ryan Osial]: https://github.com/osialr
//! [Sebastián Ramírez Magrí]: https://www.twitter.com/sebasmagri
//! [Simon Dickson]: https://www.simonhdickson.com/
//! [Stuart Hinson]: http://stuarth.github.io/
//! [William Roe]: http://willroe.me
//!
//! (Thanks to the couple people donating who opted out of the reward tier, as
//! well. You know who you are!)
//!
//! ### Become a sponsor
//!
//! - <a href="https://www.patreon.com/newrustacean" rel="payment">Patreon</a>
//! - [Venmo](https://venmo.com/chriskrycho)
//! - [Dwolla](https://www.dwolla.com/hub/chriskrycho)
//! - [Cash.me](https://cash.me/$chriskrycho)
//! - [Flattr](https://flattr.com/profile/chriskrycho)
//! - [PayPal.me](https://paypal.me/chriskrycho)
//!
//!
//! Contact
//! -------
//!
//! - New Rustacean:
//! + Twitter: [@newrustacean](https://www.twitter.com/newrustacean)
//! + Email: [hello@newrustacean.com](mailto:hello@newrustacean.com)
//! - Chris Krycho
//! + GitHub: [chriskrycho](https://github.com/chriskrycho)
//! + Twitter: [@chriskrycho](https://www.twitter.com/chriskrycho)
#[doc = include_str!("../../docs/bonus/burnout-script.md")]
pub struct Script;