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

The create_directory_structure() consumes strings, while &str fits better the notion of the library #17

Closed
michalfita opened this issue Jul 26, 2022 · 1 comment

Comments

@michalfita
Copy link
Contributor

I faced the problem trying to call form from build.rs when I already have the content in the memory, but as a structure member I don't want to move out nor clone().

PR is on it's way.

@djmcgill
Copy link
Owner

djmcgill commented Jul 26, 2022 via email

michalfita added a commit to atsams-rs/form that referenced this issue Jul 26, 2022
The library function `create_directory_structure()\ works well for `syn`.
michalfita added a commit to atsams-rs/form that referenced this issue Jul 26, 2022
The library function `create_directory_structure()` works well for `syn`.
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

No branches or pull requests

2 participants