We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
diesel
1 parent 3958a68 commit d47a86fCopy full SHA for d47a86f
collector/benchmarks/README.md
@@ -23,10 +23,6 @@ They mostly consist of real-world crates.
23
Firefox.
24
- **cranelift-codegen-0.82.1**: The largest crate from a code generator. Used by
25
wasmtime.
26
-- **diesel**: A type safe SQL query builder. Utilizes the type system to
27
- ensure a lot of invariants. Stresses anything related to resolving
28
- trait bounds, by having a lot of trait impls for a large number of different
29
- types.
30
- **diesel-1.4.8**: A type safe SQL query builder. Utilizes the type system to
31
ensure a lot of invariants. Stresses anything related to resolving
32
trait bounds, by having a lot of trait impls for a large number of different
0 commit comments