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

Make string, C type-related changes upon Rust 1.64.0 release #3

Closed
zec opened this issue Aug 20, 2022 · 1 comment · Fixed by #11
Closed

Make string, C type-related changes upon Rust 1.64.0 release #3

zec opened this issue Aug 20, 2022 · 1 comment · Fixed by #11
Assignees
Labels
enhancement New feature or request

Comments

@zec
Copy link
Member

zec commented Aug 20, 2022

Issue BlackCAT-CubeSat/printf-wrap#1 should make the printf-wrap crate unconditionally #[no_std] on Rust ≥1.64.0 and remove the dependency on the libc crate. Once that comes out, we should propagate those changes to n2o4 and cfs-sys.

Relevant bits include Cargo.toml as well as stuff scattered throughout the Rust source (idea: change NullString arguments to be AsRef<CStr> instead?).

@zec zec added the enhancement New feature or request label Aug 20, 2022
@zec zec self-assigned this Aug 20, 2022
@zec
Copy link
Member Author

zec commented Sep 28, 2022

The printf-wrap 0.2.0 release unblocks this issue.

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 a pull request may close this issue.

1 participant