From 3ccdd2a0985e27d3d370d76dcfc7d20aef18832f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 7 Dec 2011 15:34:30 -0800 Subject: [PATCH] Mention new dirs in README. --- src/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/README b/src/README index 5db6766f2cb4..21f38c9001a8 100644 --- a/src/README +++ b/src/README @@ -4,7 +4,10 @@ Source layout: comp/ The self-hosted compiler -lib/ The standard library +cargo/ The package manager + +libcore/ The core library (imported and linked by default) +libstd/ The standard library (slightly more peripheral code) rustllvm/ LLVM support code