]> git.lizzy.rs Git - rust.git/commit
create a nostd crate
authorJorge Aparicio <jorge@japaric.io>
Wed, 4 Apr 2018 17:24:57 +0000 (19:24 +0200)
committerJorge Aparicio <jorge@japaric.io>
Wed, 4 Apr 2018 17:24:57 +0000 (19:24 +0200)
commit14768f9b636ef345320ded41da5e9f3da7af3a81
tree8ac8ad28fa7d3a0607ede928ebd7eb76b5068dac
parent862c839fb9e0ad5615443b7e8fa21b421e2e74eb
create a nostd crate

the goal is to build, in a single Cargo invocation, several no-std crates that we want to put in the
rust-std component of no-std targets. The nostd crate builds these crates:

- core
- compiler-builtin (with the "c" and "mem" features enabled)
- alloc
- std_unicode
src/Cargo.lock
src/Cargo.toml
src/bootstrap/compile.rs
src/libnostd/Cargo.toml [new file with mode: 0644]
src/libnostd/lib.rs [new file with mode: 0644]