Change configuration API for easier integration (#5)

This commit is contained in:
folex
2020-06-30 15:57:48 +03:00
committed by GitHub
parent c907865444
commit 6784d2ed08
17 changed files with 215 additions and 126 deletions

View File

@ -27,7 +27,7 @@ pub struct FCE {
}
/// Represent a function type inside FCE.
#[derive(Debug)]
#[derive(Debug, serde::Serialize)]
pub struct FCEFunction<'a> {
pub name: &'a str,
pub inputs: &'a Vec<IType>,