mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.05k stars 49 forks source link

Add additional search paths for module resolution #142

Closed mattwparas closed 7 months ago

mattwparas commented 7 months ago

When embedding steel within a host application, you might want to store files in a specific spot, and not rely on the steel home for storing files - this allows adding a configuration when creating the engine on where to resolve modules.