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

Document _CDDL_CODEGEN_RAW_BYTES_TYPE_ + trait export #192

Merged
merged 5 commits into from
Jul 19, 2023

Conversation

rooooooooob
Copy link
Collaborator

The RawBytesEncoding trait will now be exported in serialization.rs when it's used in the CDDL input.

Documented _CDDL_CODEGEN_RAW_BYTES_TYPE_ usage in the README too.

The `RawBytesEncoding` trait will now be exported in `serialization.rs`
when it's used in the CDDL input.

Documented `_CDDL_CODEGEN_RAW_BYTES_TYPE_` usage in the README too.
README.md Outdated
This can also be useful when you have a spec that is either very awkward to use (so you hand-write or hand-modify after generation) in some type so you don't generate those types and instead manually merge those hand-written/hand-modified structs back in to the code afterwards. This saves you from having to manually remove all code that is generated regarding `Foo` first before merging in your own.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change it so that we're modifying https://github.com/dcSpark/cddl-codegen/tree/master/docs instead

The master READMe for this is deprecated

@rooooooooob rooooooooob merged commit e25dbe7 into master Jul 19, 2023
1 check failed
@rooooooooob rooooooooob deleted the export-raw-bytes-encoding branch July 19, 2023 16:45
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.

2 participants