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

Introduce marker trait for type safe shared memory usage #602

Open
elfenpiff opened this issue Jan 23, 2025 · 0 comments
Open

Introduce marker trait for type safe shared memory usage #602

elfenpiff opened this issue Jan 23, 2025 · 0 comments
Assignees

Comments

@elfenpiff
Copy link
Contributor

Brief feature description

Currently, the iceoryx2 API allows the user to use types incompatible with shared memory. Like a String or a Vec. 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.

@elfenpiff elfenpiff self-assigned this Jan 23, 2025
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Jan 23, 2025
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Jan 23, 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 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant