Rename 'cton_*' library names to match the 'cretonne_*' crate names.
This renames `cton_frontend` to `cretonne_frontend` and so on. This fixes the first part of #287.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! Cretonne file reader library.
|
||||
//!
|
||||
//! The `cton_reader` library supports reading .cton files. This functionality is needed for testing
|
||||
//! Cretonne, but is not essential for a JIT compiler.
|
||||
//! The `cretonne_reader` library supports reading .cton files. This functionality is needed for
|
||||
//! testing Cretonne, but is not essential for a JIT compiler.
|
||||
|
||||
#![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user