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
//! Sean Griffin on Rust, ORMs, and Web Frameworks
//!
//!   - **Date:** February 15, 2016
//!   - **Subject:** Rust, ORMs, and Web Frameworks
//!   - [**Audio**][mp3]
//!
//! [mp3]: https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/interview/1/part_1.mp3
//!
//! <audio style="width: 100%" title="Interview 1, Part 1" controls preload=metadata><source src="https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/interview/1/part_1.mp3"></audio>
//!
//!
//! Notes
//! -----
//!
//! Chris chats with Sean Griffin about his programming background and initial
//! experience with Rust, Rust's appeal, and what he's doing with Diesel and
//! some of his plans for a new web framework in Rust.
//!
//!
//! Links
//! -----
//!
//!   - [Ruby on Rails][l1]
//!   - [Active Record][l2]
//!   - [Diesel][l3]
//!       + [GitHub][l4]
//!       + [Gitter][l5]
//!   - [The Bike Shed][l6] episodes which include talk of Rust and Diesel
//!       + [51: Is Sim City Still Running (with Steve Klabnik)][l7]
//!       + [49: A More Practical Haskell][l8]
//!       + [48: Is Everyone Trying Their Best?][l9]
//!       + [46: Don't Breath, Save the Planet][l10]
//!       + [44: It Won't Crash... It Might Crash][l11]
//!       + [39: Okay With Instability][l12]
//!       + [32: Bug for Bug Compatibility][l13]
//!       + [31: Oxidizing an ORM][l14]
//!       + [27: I've Got 29.97 Problems (and codecs are some)][l15]
//!       + [23: Why Did They Call It Rust?][l16]
//!   - [_Maybe Haskell_][l17]
//!
//! [l1]: http://rubyonrails.org
//! [l2]: http://guides.rubyonrails.org/active_record_basics.html
//! [l3]: http://diesel.rs
//! [l4]: https://github.com/sgrif/diesel
//! [l5]: https://gitter.im/sgrif/diesel
//! [l6]: http://bikeshed.fm
//! [l7]: http://bikeshed.fm/51
//! [l8]: http://bikeshed.fm/49
//! [l9]: http://bikeshed.fm/48
//! [l10]: http://bikeshed.fm/46
//! [l11]: http://bikeshed.fm/44
//! [l12]: http://bikeshed.fm/39
//! [l13]: http://bikeshed.fm/32
//! [l14]: http://bikeshed.fm/31
//! [l15]: http://bikeshed.fm/27
//! [l16]: http://bikeshed.fm/23
//! [l17]: https://gumroad.com/l/maybe-haskell
//!
//! Sponsors
//! --------
//!
//!   - Aleksey Pirogov
//!   - Chris Palmer
//!   - [Derek Morr][s3]
//!   - Hamza Sheikh
//!   - Leif Arne Storset
//!   - Luca Schmid
//!   - Micael Bergeron
//!   - Ralph Giles ("rillian")
//!   - reddraggone9
//!   - Ryan Ollos
//!   - [William Roe][s11]
//!
//! [s3]: https://twitter.com/derekmorr
//! [s11]: http://willroe.me
//!
//! ### 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)
//!
//!
//! Follow
//! ------
//!
//!   - 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)