Registry / build-tool / pax-compiler

pax-compiler

JSON →
library0.38.3rscratesunverified

Compiler APIs for parsing and building Pax projects into application executables.

# Cargo.toml [dependencies] pax-compiler = "0.38.3"
INSTALL
IMPORT
SIG · PAX-COMPILER
P
pax-compiler
build-toolrustv0.38.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Compiler
use pax_compiler::Compiler;

Instantiate the Pax compiler and build a project from a given path.

use pax_compiler::Compiler; fn main() { let compiler = Compiler::new(); // Build a Pax project from source let result = compiler.build("path/to/project"); println!("Build result: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.38.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
pax-compiler — cargo add pax-compiler · libregistry