rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
260 stars 25 forks source link

Document build-std-features flag for Cargo's build-std. #95

Closed luqmana closed 4 years ago

luqmana commented 4 years ago

Update the README to highlight the build-std-features flag cargo provides and how to use it to enable the mem feature in compiler-builtins.

phil-opp commented 4 years ago

Thank you!