A minimal libdragon-rs example in the form of a bare git repo can be found here. The reason I'm distributing the example like this is to properly use --recurse-submodules
Known std-only dependencies:
serde-transcode: Doesn't have proper feature passthrough to serde, nor an std feature itself
glob: No std feature toggle, since it uses std::fs as part of it's functionality. Made by The Rust Project Developers
Attempted to add to a project made from sarchar/libdragon-rs-template (modified to use sarchar/libdragon-rs from a git submodule). Compilation fails.
A minimal libdragon-rs example in the form of a bare git repo can be found here. The reason I'm distributing the example like this is to properly use
--recurse-submodules
Known std-only dependencies:
serde-transcode
: Doesn't have proper feature passthrough to serde, nor anstd
feature itselfglob
: Nostd
feature toggle, since it usesstd::fs
as part of it's functionality. Made by The Rust Project Developers