Docs.rs
decrust-core-1.2.6
decrust-core 1.2.6
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
arcmoonstudios
Dependencies
anyhow ^1.0.95
normal
chrono ^0.4.41
normal
derivative ^2.2.0
normal
quote ^1.0.38
normal
rand ^0.9.1
normal
optional
regex ^1.11.1
normal
serde ^1.0.219
normal
syn ^2.0.101
normal
thiserror ^2.0.12
normal
tokio ^1.45.0
normal
optional
tracing ^0.1.41
normal
proptest ^1.0
dev
rand ^0.9.1
dev
tokio ^1.45.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
decrust_
core
1.2.6
Module syntax
Module Items
Structs
In crate decrust_
core
decrust_core
Module
syntax
Copy item path
Source
Expand description
[Syntax Generation Module]
[AST-Aware Code Generation]
[Template-Based Code Generation]
[Syntax Tree Manipulation] This module provides utilities for generating and manipulating Rust code using the quote and syn crates. It enables AST-aware code generation for the autocorrection system.
Structs
ยง
FixTemplate
Template for generating code fixes
Syntax
Generator
Utility for generating syntax-aware code using the quote crate
Template
Registry
Registry for fix templates