From 4ce7ccc48b4745a9228967cbeeba16232270671d Mon Sep 17 00:00:00 2001 From: Bilal Husain Date: Thu, 29 Nov 2012 14:24:33 +0530 Subject: [PATCH] Update src/README.txt updated the new names of source directories - librustc, libcargo, librusti, librustdoc, libfuzzer --- src/README.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/README.txt b/src/README.txt index d32751cf576..92312c6a9fa 100644 --- a/src/README.txt +++ b/src/README.txt @@ -2,7 +2,7 @@ This is a preliminary version of the Rust compiler, libraries and tools Source layout: -rustc/ The self-hosted compiler +librustc/ The self-hosted compiler libcore/ The core library (imported and linked by default) libstd/ The standard library (slightly more peripheral code) @@ -28,11 +28,11 @@ test/auxiliary - Dependencies of tests compiletest/ The test runner -cargo/ The package manager +libcargo/ The package manager -rusti/ The JIT REPL +librusti/ The JIT REPL -rustdoc/ The Rust API documentation tool +librustdoc/ The Rust API documentation tool llvm/ The LLVM submodule @@ -40,6 +40,6 @@ libuv/ The libuv submodule rustllvm/ LLVM support code -fuzzer/ A collection of fuzz testers +libfuzzer/ A collection of fuzz testers etc/ Scripts, editor support, misc