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

No std #151

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from
Draft

No std #151

wants to merge 31 commits into from

Conversation

SimonIT
Copy link
Contributor

@SimonIT SimonIT commented Mar 10, 2023

We want to use cddl-codegen to generate some projects for constrained devices. So no_std would be really useful for this.
Needs primetype/cbor_event#13

vec![BREAK]
].into_iter().flatten().clone().collect::<Vec<u8>>();
vec![ARR_INDEF],
vec![0x09],
Copy link
Collaborator

Choose a reason for hiding this comment

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

I assume this is just the result of running cargo fmt or whatever. I hadn't ran it on the tests since they're tests and to preserve this indentation as it helps show the actual CBOR structure which can be helpful for reading/modifying it. e.g. what is nested in what

SimonIT added 3 commits March 7, 2024 12:19
# Conflicts:
#	Cargo.toml
#	src/generation.rs
#	static/error.rs
#	tests/core/tests.rs
#	tests/deser_test
#	tests/external_rust_raw_bytes_def
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.

3 participants