Move function calling to separate source file.

This commit is contained in:
Stephen Chung
2020-07-23 18:40:42 +08:00
parent 1a48a2d8ba
commit bff266d4e1
13 changed files with 1203 additions and 1124 deletions

View File

@@ -1,4 +1,4 @@
//! A module containing all unsafe code.
//! A helper module containing unsafe utility functions.
use crate::any::Variant;
use crate::engine::State;