compiler-explorer / rust-lib-poc

Repository from Github https://github.comcompiler-explorer/rust-lib-pocRepository from Github https://github.comcompiler-explorer/rust-lib-poc

Proof of concept for building compiler specific libraries for Rust

Prerequisites

  • infra repo -> ce_install install 'rust 1.58.0'

Order of things: building everything with rustc

  • common/download-lib.sh
  • manual/build.sh
  • usage/test.sh

Order of things: building library with cargo

  • common/download-lib.sh
  • cargo/build.sh

Testing the cargo built library with rustc

  • usage/test-cargobuild.sh

About


Languages

Language:Shell 94.4%Language:Rust 5.6%