pdeljanov/Symphonia

#![no_std] support

Open

#88 opened on Dec 18, 2021

View on GitHub
 (7 comments) (2 reactions) (0 assignees)Rust (219 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (3,302 stars)
PR merge metrics
 (PR metrics pending)

Description

Are there plans to push for #![no_std] support in the future, specifically core + alloc + libm?

By the looks of it, there are a couple of std calls that for the most part have a 1:1 conversion, but path, file, and IO operations usually don't. Only including those via a flag would fill that gap.

Contributor guide