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

switch to a stable version of size_of API #31

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

arkivm
Copy link
Contributor

@arkivm arkivm commented Jan 20, 2023

Both these functions gives the same output for our purposes, i.e., sizeof(struct). By switching to a stable API, we can get rid of the nightly-features(#28), in an effort to switch the build to a standard rust version.

Signed-off-by: Vikram Narayanan [email protected]

Both these functions gives the same output for our purposes, i.e.,
`sizeof(struct)`. By switching to a stable API, we can get rid of the
nightly-features, in an effort to switch the build to a standard rust
version.

Signed-off-by: Vikram Narayanan <[email protected]>
@Zildj1an Zildj1an self-assigned this Jan 23, 2023
@Zildj1an Zildj1an added the enhancement New feature or request label Jan 23, 2023
@Zildj1an
Copy link
Contributor

Thanks @arkivm this looks good to go

@Zildj1an Zildj1an merged commit 2d46b23 into AMDESE:main Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants