stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
182 stars 25 forks source link

[core] no_std support #26

Open ianthetechie opened 12 months ago

ianthetechie commented 12 months ago

At some point we'll want to explore support for no_std platforms. Our initial focus is on major mobile operating systems, which have support for the full standard library, but certain embedded platforms we may target in the future may not.

This issue tracks known steps we'll need to take to support no_std:

ianthetechie commented 2 months ago

Another thing to note is that, for the longest time, core::error::Error was not stable. That changed today with the release of Rust 1.81 :) So that removes one more constraint on things.