-
Notifications
You must be signed in to change notification settings - Fork 466
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
[question] init(protobuf: ) #1
Comments
It's not dynamic at all, actually. To understand it more completely, you should probably start with Google's protobuf documentation: https://developers.google.com/protocol-buffers/ You can get some insight into how the Swift support works from the documentation for the protoc plugin: |
Oh I see, generated code. Makes sense. Thank you. :) |
Merged
tbkka
pushed a commit
to tbkka/swift-protobuf
that referenced
this issue
Dec 6, 2016
Brad larson master
ahmed-osama-saad
pushed a commit
to ahmed-osama-saad/swift-protobuf
that referenced
this issue
Oct 12, 2023
Update dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This library looks awesome!
I was wondering if you could explain briefly how Swift structs are initialized with Data. There must be some magic going on there to make it dynamic.
Thanks!
The text was updated successfully, but these errors were encountered: