File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- //! Diesel is an ORM and query builder designed to reduce the boilerplate for database
2- //! interactions. [A getting started guide](http://diesel.rs/guides/getting-started/) can be
3- //! found on our website.
1+ //! # Diesel
2+ //!
3+ //! Diesel is an ORM and query builder designed to reduce the boilerplate for database interactions.
4+ //!
5+ //! * [Homepage](http://diesel.rs/)
6+ //! * [Getting Started Guide](http://diesel.rs/guides/getting-started/)
7+ //! * [Source Code](https://github.com/diesel-rs/diesel/)
8+ //!
9+ //! ## Crates
10+ //!
11+ //! * **Diesel**: core libary, documented here
12+ //! * [**Diesel Codegen**](https://github.com/diesel-rs/diesel/tree/master/diesel_codegen): library of procedural macros
13+ //! * [**Diesel CLI**](https://github.com/diesel-rs/diesel/tree/master/diesel_cli): command line tool that aids in managing your database schema
14+ //!
415#![ cfg_attr( feature = "unstable" , feature( specialization) ) ]
516// Built-in Lints
617#![ deny( warnings, missing_debug_implementations, missing_copy_implementations) ]
You can’t perform that action at this time.
0 commit comments