Add strings example.

This commit is contained in:
Stephen Chung
2020-06-09 12:21:21 +08:00
parent b4b835f80a
commit 95f94a3348
3 changed files with 84 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ pub fn get_script_function_by_signature<'a>(
/// # }
/// ```
///
/// Currently, `Engine` is neither `Send` nor `Sync`. Turn on the `sync` feature to make it `Send + Sync`.
/// Currently, `Engine` is neither `Send` nor `Sync`. Use the `sync` feature to make it `Send + Sync`.
pub struct Engine {
/// A module containing all functions directly loaded into the Engine.
pub(crate) global_module: Module,