diesel/README.md
Pascal Hertleif 02cbb229d9 Update API documentation links
We now point to docs.rs for the documentation of the latest release
instead of docs.diesel.rs which contains documentation rendered for the
master branch.

The readme now contains both links you might be reading it in context of
Diesel's Github repo page or on crates.io. I also changed the
diesel_codegen documentation entry to point to the guides listing page,
as there are multiple guides (some just drafts right now) that talk
about the derives.

[ci skip]
2017-11-27 11:41:04 +01:00

45 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[![](https://diesel.rs/assets/images/diesel_logo_stacked_black.png)](https://diesel.rs)
A safe, extensible ORM and Query Builder for Rust
==========================================================
[![Build Status](https://travis-ci.org/diesel-rs/diesel.svg)](https://travis-ci.org/diesel-rs/diesel)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/hw4sbb2po2qbkjiv?svg=true)](https://ci.appveyor.com/project/sgrif/diesel)
[![Gitter](https://badges.gitter.im/diesel-rs/diesel.svg)](https://gitter.im/diesel-rs/diesel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Crates.io](https://img.shields.io/crates/v/diesel.svg)](https://crates.io/crates/diesel)
API Documentation: [latest release](https://docs.rs/diesel) [master branch](https://docs.diesel.rs)
[Homepage](https://diesel.rs)
Diesel gets rid of the boilerplate for database interaction and eliminates
runtime errors without sacrificing performance. It takes full advantage of
Rust's type system to create a low overhead query builder that "feels like
Rust."
## Getting Started
Find our extensive Getting Started tutorial at
[https://diesel.rs/guides/getting-started](https://diesel.rs/guides/getting-started).
Guides on more specific features are coming soon.
## Code of conduct
Anyone who interacts with Diesel in any space, including but not limited to
this GitHub repository, must follow our [code of conduct](https://github.com/diesel-rs/diesel/blob/master/code_of_conduct.md).
## License
Licensed under either of these:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
https://opensource.org/licenses/MIT)
### Contributing
Unless you explicitly state otherwise, any contribution you intentionally submit
for inclusion in the work, as defined in the Apache-2.0 license, shall be
dual-licensed as above, without any additional terms or conditions.