This commit is contained in:
Intege-rs
2026-08-15 08:44:02 -04:00
commit eb5172548a
102 changed files with 78046 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# mruby-compiler2-sys
Naive mruby-compiler2 binding for Rust
See Rust doc [mruby-compiler2-sys](https://crates.io/crates/mruby-compiler2-sys) for details.
## License
See LICENSE file.
NOTE: This crate includes code from mruby-compiler2 and prism, which are under the MIT License.