rifgen
rifgen copied to clipboard
Allow for generation of interfaces over fn's that use recursive `Vec<T>`
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
ok, seems fine for some stuff. seems to break on recursive types right now in our closed source stuff
I'm yet to fix all that. Can I get your use case to see how I can help