do not use phf

This commit is contained in:
Dietmar Maurer
2018-11-01 13:05:45 +01:00
parent 28e47cea55
commit d11f14f77d
6 changed files with 87 additions and 63 deletions

View File

@ -1,16 +1,8 @@
#![feature(plugin)]
#![plugin(phf_macros)]
extern crate failure;
extern crate phf;
extern crate serde_json;
// Jss => JavaScript Schema
//use failure::Error;
pub mod static_map;
pub mod json_schema;
pub mod api_info;