1
2
3
4
5
6
7
8
9
//! # Common types for the graph-rs project.
//! See the project on [GitHub](https://github.com/sreeise/graph-rs).

#[macro_use]
pub extern crate strum;
#[macro_use]
extern crate serde;

pub mod resource;