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

Add functionality to evaluate strings as patches. #12

Closed
alisomay opened this issue Apr 17, 2022 · 0 comments · Fixed by #13
Closed

Add functionality to evaluate strings as patches. #12

alisomay opened this issue Apr 17, 2022 · 0 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request

Comments

@alisomay
Copy link
Owner

This can be done with writing a temporary file the easiest way.
https://docs.rs/tempfile/latest/tempfile/
The PatchFileHandle can be made a struct with an optional field which may hold a reference to the temp dir or file and lives until we close it.

@alisomay alisomay self-assigned this Apr 17, 2022
@alisomay alisomay added the enhancement New feature or request label Apr 17, 2022
@alisomay alisomay mentioned this issue Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant