File: tests.rs

package info (click to toggle)
rust-diesel-derives 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![deny(warnings)]

#[macro_use]
extern crate cfg_if;
#[macro_use]
extern crate diesel;

mod helpers;
mod schema;

mod as_changeset;
mod associations;
mod identifiable;
mod insertable;
mod queryable;
mod queryable_by_name;