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

Use core and alloc a bit more #274

Closed
wants to merge 1 commit into from

Conversation

linkmauve
Copy link
Contributor

We still depend mostly on std::io and std::fs, but the rest can be done without std.

We still depend mostly on std::io and std::fs, but the rest can be done
without std.
@fintelia
Copy link
Contributor

fintelia commented Oct 4, 2023

Could you say a bit about the motivation for this PR? The remaining usages of std are pretty fundamental to the crate, so I don't think we'll likely be able to switch to nostd any time soon (and at some point zune-jpeg will probably replace most use of this crate)

@linkmauve
Copy link
Contributor Author

linkmauve commented Oct 4, 2023

I’m upstreaming some of the changes I had to do to run this JPEG decoder on a GameCube in no_std. The rest of the changes are somewhat similar to #226, except I didn’t attempt to stay compatible with std::io.

I can switch to zune-jpeg if this is the more forward-looking crate.

@fintelia
Copy link
Contributor

I just clarified maintenance status in the README. This crate isn't going anywhere, but going forward any big changes should focus on zune-jpeg

@fintelia fintelia closed this Oct 30, 2023
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.

2 participants