Embedding Scheme scripts in Rust
This page explains how to embed scripts written in Stak Scheme into Rust programs. By reading this page, you will learn:
- How to add Stak Scheme as a dependency in your Rust projects.
- How to embed scripts written in Stak Scheme in Rust programs.
WIP