Merge pull request #43 from luciusmagn/master
fix version in README, continue documenting
This commit is contained in:
@@ -106,6 +106,7 @@ pub enum FnType {
|
||||
/// }
|
||||
/// ```
|
||||
pub struct Engine {
|
||||
/// A hashmap containing all functions know to the engine
|
||||
pub fns: HashMap<String, Vec<FnType>>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user