Crates.io | rscript |
lib.rs | rscript |
version | 0.17.0 |
source | src |
created_at | 2021-06-15 04:21:26.673003 |
updated_at | 2022-01-14 16:26:25.066061 |
description | Easily script any rust project |
homepage | |
repository | https://github.com/sigmaSd/Rscript |
max_upload_size | |
id | 410244 |
size | 32,491 |
Crate to easily script any rust project
The main idea is:
Create a new crate (my-project-api for example)
Add hooks to this api-crate
This api-crate should be used by the main-crate and by the scripts
Trigger Hooks in the main crate
Receive the hooks on the script side, and react to them with any output
Goals:
This crate was extracted from IRust
Taking IRust as an example:
Check out the examples for more info.
License: MIT