DominicBurkart / turbolift_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turbolift Example Repo

ci

This repo exists to test that Turbolift works when installed via cargo instead of via source. If you'd like, you can use it as a template for getting started with a Turbolift project!

Remember that, as of writing, some of the span manipulation done by turbolift requires an unstable feature. Include the relevant compiler flag (--cfg procmacro2_semver_exempt) and an optional macro backtrace feature (-Z macro-backtrace) while running or building your project:

RUSTFLAGS='--cfg procmacro2_semver_exempt -Z macro-backtrace' cargo run +nightly --features distributed
# or
RUSTFLAGS='--cfg procmacro2_semver_exempt -Z macro-backtrace' cargo build +nightly --features distributed

About


Languages

Language:Rust 100.0%