Establish 'core' library separate from 'std'.

This commit is contained in:
Graydon Hoare 2011-12-05 16:46:37 -08:00
parent b513a5a500
commit 447414f007
76 changed files with 114 additions and 30 deletions

17
src/libcore/core.rc Normal file
View file

@ -0,0 +1,17 @@
#[link(name = "core",
vers = "0.1",
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
url = "http://rust-lang.org/src/core")];
#[comment = "The Rust core library"];
#[license = "BSD"];
// Local Variables:
// mode: rust;
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: