Use a less pervasive workaround for rustc bug

We still have to work around
https://github.com/rust-lang/rust/issues/47941 until it gets fixed
upstream, but we can at least do it in a way that's less pervasive, and
will be easier to remove in the future.
2 files changed
tree: cfbd130042d1c686db6310b0b5117dad5df15380
  1. .github/
  2. bin/
  3. diesel/
  4. diesel_cli/
  5. diesel_compile_tests/
  6. diesel_derives/
  7. diesel_derives2/
  8. diesel_infer_schema/
  9. diesel_migrations/
  10. diesel_tests/
  11. examples/
  12. guide_drafts/
  13. migrations/
  14. .appveyor.yml
  15. .editorconfig
  16. .env.sample
  17. .gitignore
  18. .rustfmt.toml
  19. .travis.yml
  20. Cargo.toml
  21. CHANGELOG.md
  22. clippy.toml
  23. code_of_conduct.md
  24. CONTRIBUTING.md
  25. LICENSE-APACHE
  26. LICENSE-MIT
  27. README.md
README.md

A safe, extensible ORM and Query Builder for Rust

Build Status Appveyor Build Status Gitter Crates.io

API Documentation: latest releasemaster branch

Homepage

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. 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.

License

Licensed under either of these:

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.