From 8ae340a026b734b390400655f7c155e553f720ff Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Fri, 6 Dec 2013 02:13:49 -0500 Subject: Note that Rust can be embedded. --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial.md') diff --git a/doc/tutorial.md b/doc/tutorial.md index 683121729c8..4553588a267 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -149,7 +149,7 @@ and functions defined in it. If it has a `main` function, it can be compiled to an executable. Rust does not allow code that's not a declaration to appear at the top level of the file: all statements must live inside a function. Rust programs can also be compiled as -libraries, and included in other programs. +libraries, and included in other programs, even ones not written in Rust. ## Editing Rust code -- cgit 1.4.1-3-g733a5