Rename libraries

libctonfile -> libreader.

This library will only provide .cton file reading/parsing services which are
not needed after deployment.

Code for writing .cton files lives in the main cretonne library because it is
fairly small, and because it is useful for extracting test cases from a
deployed library.
This commit is contained in:
Jakob Stoklund Olesen
2016-04-29 14:32:10 -07:00
parent ddea422ceb
commit 810a90e322
9 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
extern crate cretonne;
extern crate ctonfile;
extern crate cton_reader;
fn main() {}