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

Allow for generation of interfaces over fn's that use recursive Vec<T> #7

Open
CinchBlue opened this issue Aug 10, 2023 · 3 comments
Open

Comments

@CinchBlue
Copy link

No description provided.

@Kofituo
Copy link
Owner

Kofituo commented Aug 13, 2023

Hi there,
This is already implemented. Please make sure your custom type implements clone usingb #[derive(Clone)]. Also use the git url as the dependency since I'm yet to push those changes to crates.io

@CinchBlue
Copy link
Author

CinchBlue commented Aug 22, 2023

ok, seems fine for some stuff. seems to break on recursive types right now in our closed source stuff

@CinchBlue CinchBlue changed the title Allow for generation of interfaces over fn's that use Vec<T> Allow for generation of interfaces over fn's that use recursive Vec<T> Aug 22, 2023
@Kofituo
Copy link
Owner

Kofituo commented Aug 29, 2023

I'm yet to fix all that. Can I get your use case to see how I can help

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