[docs] Update docs to point to the docs.rs website;

This commit is contained in:
Benjamin Bouvier
2019-07-10 12:38:54 +02:00
parent d5b80b2803
commit 55f36ce81a
4 changed files with 26 additions and 4 deletions

View File

@@ -15,11 +15,19 @@ Contents:
Rust Crate Documentation
========================
`cranelift <https://docs.rs/cranelift/>`_
`cranelift <https://docs.rs/cranelift-codegen/>`_
This is an umbrella crate that re-exports the codegen and frontend crates,
to make them easier to use.
`cranelift-codegen <https://docs.rs/cranelift-codegen/>`_
This is the core code generator crate. It takes Cranelift IR as input
and emits encoded machine instructions, along with symbolic relocations,
as output.
`cranelift-codegen-meta <https://docs.rs/cranelift-codegen-meta/>`_
This crate contains the meta-language utilities and descriptions used by the
code generator.
`cranelift-wasm <https://docs.rs/cranelift-wasm/>`_
This crate translates WebAssembly code into Cranelift IR.