-
Notifications
You must be signed in to change notification settings - Fork 48
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
Introduce marker trait for type safe shared memory usage #602
Comments
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jan 23, 2025
…rait generator macro
18 tasks
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jan 23, 2025
…rait generator macro
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jan 24, 2025
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jan 24, 2025
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jan 24, 2025
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jan 24, 2025
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jan 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Currently, the iceoryx2 API allows the user to use types incompatible with shared memory. Like a
String
or aVec
. We need a marker trait for shared memory compatible types - in combination with a derive proc macro - so that the compiler prevents the user from misusing the API.The text was updated successfully, but these errors were encountered: