Skip to content

Commit ae706bf

Browse files
katrinabrockkillercup
authored andcommitted
Add links to API landing page (diesel-rs#1198)
1 parent 498156d commit ae706bf

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

diesel/src/lib.rs

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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)]

0 commit comments

Comments
 (0)