LIFT — Publishing & Visibility Tracker

This document tracks where LIFT is published and referenced across the Rust, AI, and quantum ecosystems, plus the channels still to pursue.

Published & live

ChannelURLStatus
crates.io (13 crates)https://crates.io/crates/lift-core✅ v0.4.4
docs.rs (13 crates)https://docs.rs/lift-core
GitHub repohttps://github.com/rustnew/Lift
GitHub Releaseshttps://github.com/rustnew/Lift/releases✅ 7 releases
GitHub Pages (docs book)https://rustnew.github.io/Lift/
GitHub Discussionshttps://github.com/rustnew/Lift/discussions
crates.io Trusted Publishing13 crates → rustnew/Lift workflow publish.yml✅ configured

Publishing is now secure: all 13 crates use Trusted Publishing (OIDC, no API token). Pushing a v* tag triggers .github/workflows/publish.yml, which publishes every crate in dependency order. See CONTRIBUTING.md.

Pull requests submitted (awaiting merge)

ListPRSection
qosf/awesome-quantum-software#178Quantum full-stack libraries + Quantum compilers (Rust)
merrymercy/awesome-tensor-compilers#47Open Source Projects
rust-unofficial/awesome-rust#2689Machine learning

To do — other awesome lists

ListSectionStatus
invictvs-choi/awesome-quantum-compilerSkipped — list is research-papers only, not open-source tools
zwang4/awesome-machine-learning-in-compilersSkipped — list is "ML applied to compilers", not "ML compilers"

Community announcements

Ready-to-post texts for each channel are in docs/ANNOUNCEMENTS.md.

ChannelStatus
This Week in RustText ready — submit via https://this-week-in-rust.org/
users.rust-lang.org (Announcements)Text ready
Reddit r/rustText ready
Reddit r/QuantumComputingText ready
Reddit r/MachineLearningText ready
Hacker News (Show HN)Text ready
Lobste.rsReuse the HN/r/rust text
Rust Discord / ZulipReuse the announcement text

To do — academic / long-term

ChannelWhenNotes
arXiv paperv1.0 (Q4 2026)Already in roadmap
Papers With CodeAfter arXivLink the repo
Quantum Open Source Foundation (QOSF)Any timeCommunity + mentorship
Unitary FundAny timeGrants for open-source quantum projects

Notes

  • The crate name lift is taken on crates.io (a DB migration tool, unrelated). lift-ir is available if a standalone brand name is ever needed.
  • lib.rs indexes crates.io automatically; no manual submission needed.

Capabilities & readiness (v0.4.4) — truth check for marketing & reprise

Written 2026-08-05 (pause until ~2026-09). Keep this in sync with every release so the messaging never overpromises. Rule of thumb: announce what the code does today, not what the roadmap plans.

✅ Already usable today

AreaStatusAudience
IR construction (modules, functions, blocks, ops, regions, values, types)SolidCompiler developers
Dialects: 110 tensor ops, 48 quantum gates, 21 hybrid ops (full types/API)RealAPI consumers
13 optimisation passes (fusion, DCE, rewrites…) + pass frameworkRealPass developers
IR verifierRealProgram validation
Quantum analysis: circuit depth, estimated fidelity, depolarising noiseReal but staticEstimation only, no execution
Export: ONNX / QASM / LLVM-IR textPartialPrototyping

❌ NOT yet usable (honest gaps — these are the v0.5/v0.6 plan)

GapImpact
No real simulator — quantum_sim.rs is static analysis, not state-vector simulationCannot run a circuit to get states/amplitudes
Importers are ~55-line skeletons (ONNX / PyTorch FX / QASM), not full parsersCannot load a real .onnx / .qasm file end-to-end
No real LLVM lowering — backend emits IR text, not executable bytecodeCannot compile-and-run natively
No tensor execution — numpy-like interpreter is planned (v0.5)Tensor ops do not compute yet

🎯 One-line positioning (use in all marketing)

"Rust compiler framework: unified SSA IR for AI + quantum, 13 optimisation passes, O0-O3 pipelines, LLVM/ONNX/QASM backends."

This is accurate today. It is a framework (build compilers with it), not yet an end-to-end compiler you can feed a model/circuit into and run.