Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental Plugins #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Experimental Plugins #8

wants to merge 4 commits into from

Conversation

n1xx1
Copy link

@n1xx1 n1xx1 commented Dec 1, 2022

Added an experimental plugin implementation as discussed in #5. Unfortunately I'm not very experienced in rust, so I have literally 0 idea if what I came up with is anywhere idiomatic. Maybe there is a way to avoid wrapping the plugin closures in a std::rc::Rc, and maybe support non static ones, but I'm not sure. Also, the plugins work by cloning the current tree and returning a modified version of it. We probably should instead modify in-place and provide a wrapper for those who prefer to clone and return.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant