add documentation mentions of cranelift-object where appropriate

This change makes it slightly more obvious that `cranelift-object` can
be used in lieu of `cranelift-faerie`.
This commit is contained in:
Nathan Froyd
2020-02-04 14:44:21 -05:00
committed by Ryan Hunt
parent 19a188789b
commit a136d1cb00
3 changed files with 12 additions and 1 deletions

View File

@@ -46,6 +46,11 @@ Rust Crate Documentation
This crate manages compiling multiple functions and data objects
together.
`cranelift-object <https://docs.rs/cranelift-object/>`_
This crate provides a object-based backend for `cranelift-module`, which
emits native object files using the
`object <https://github.com/gimli-rs/object>`_ library.
`cranelift-faerie <https://docs.rs/cranelift-faerie/>`_
This crate provides a faerie-based backend for `cranelift-module`, which
emits native object files using the