Open wooden-worm opened 10 months ago
Looks like the right direction
I added a few tests, let me know if I missed anything.
@wooden-worm are you still working on this PR? I could really use this feature, and I'd be happy to help move this forward.
I've added a few tests, not sure what else this needs in order to merge?
@wooden-worm thanks for the quick reply.
@chinedufn are there any other required changes before this can be merged?
I'll take a look over the weekend.
I am in dire need to be able to have #[derive(Debug, Default, Clone)]
on shared structs. also I am wondering how to make them vectorizable aka allow me to return a Vec<T>
of them
Expanding on https://github.com/chinedufn/swift-bridge/pull/198
Let me know if this is heading toward the right direction, I can add more tests later.