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

#31 Protobuf #32

Merged
merged 3 commits into from
Jan 30, 2024
Merged

#31 Protobuf #32

merged 3 commits into from
Jan 30, 2024

Conversation

Peyton-McKee
Copy link
Collaborator

Implemented Protobuf and added documentation for generating code

closes #31

@Peyton-McKee Peyton-McKee self-assigned this Jan 24, 2024
@jr1221
Copy link
Contributor

jr1221 commented Jan 24, 2024

This is 100% not something needed and definitely overkill but we can put a cargo build script in which could re-run the protoc command if the .proto file changes.

@nwdepatie
Copy link
Contributor

This is 100% not something needed and definitely overkill but we can put a cargo build script in which could re-run the protoc command if the .proto file changes.

Note that we are gonna need a build script for Rust generation in the near future too

@Peyton-McKee
Copy link
Collaborator Author

This is 100% not something needed and definitely overkill but we can put a cargo build script in which could re-run the protoc command if the .proto file changes.

Note that we are gonna need a build script for Rust generation in the near future too

yeah we can just add this to that ticket ig, i dont want to deal with that rn

@Peyton-McKee Peyton-McKee merged commit 6843799 into Develop Jan 30, 2024
1 check passed
@Peyton-McKee Peyton-McKee deleted the #31-Implement-Protobuf branch January 30, 2024 20:57
jr1221 pushed a commit that referenced this pull request Jun 17, 2024
* #31 Protobuf

* #31 Build

* #31 List of Strings + Network Encoding
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

Successfully merging this pull request may close these issues.

Serialize data with protobuf
3 participants