Registry / build-tool / syntex

syntex

JSON →
library0.58.1rscratesunverified

A library that enables compile time syntax extension expansion

# Cargo.toml [dependencies] syntex = "0.58.1"
INSTALL
IMPORT
SIG · SYNTEX
S
syntex
build-toolrustv0.58.1
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.

Registry
use syntex::Registry;

Create a syntax extension registry.

use syntex::Registry; fn main() { let mut registry = Registry::new(); println!("Registry created"); }
Debug
Known issues
breakingDeprecated in favor of proc macros; may not work with modern Rust.
fix
Use proc_macro or syn/quote instead.
affects: >=0.58.0
Upgrade
Version history
0.58.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
22
OpenAI (training)
1
Resources
syntex — cargo add syntex · libregistry