You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add a extension function that takes a mapping. So I thought it should take the HashMap from Rune's standard library. Unfortunately that is pub(crate) on the Rust side. What is the best way to do this?
This could either turn into a feature request or a help request (if there is a way to do this and I missed it). I need random access (lookup based on key) into this collection passed by the rune script. I would prefer to not needlessly copy it.
The text was updated successfully, but these errors were encountered:
I want to add a extension function that takes a mapping. So I thought it should take the
HashMap
from Rune's standard library. Unfortunately that ispub(crate)
on the Rust side. What is the best way to do this?This could either turn into a feature request or a help request (if there is a way to do this and I missed it). I need random access (lookup based on key) into this collection passed by the rune script. I would prefer to not needlessly copy it.
The text was updated successfully, but these errors were encountered: