Crates.io | intuicio-core |
lib.rs | intuicio-core |
version | |
source | src |
created_at | 2023-03-27 20:53:59.436231 |
updated_at | 2024-12-11 23:44:59.67927 |
description | Core module for Intuicio scripting platform |
homepage | https://github.com/PsichiX/intuicio |
repository | https://github.com/PsichiX/intuicio |
max_upload_size | |
id | 822461 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Modular scripting solution for Rust
Here is Intuicio Bible - book explaining what Intuicio is, how it works and how to use it: https://psichix.github.io/Intuicio/
This is highly experimental ecosystem that will evolve in time!
Important things missing in curent version that will get eventually addressed:
.unwrap()
and panics.
Only places that were frequently reporting errors, these have got more proper
human-readable error reporting.host
scripting layer is as fast as it can be
(it competes with other scripting solutions in speed of execution), but the
VM layer makes running scripts slower, which will be improved in the future
either by completely rewriting its internals to reduce overhead, changing
direction completely, or by iteratively improving the most costly bits of it.