Docs.rs
ai-refactor-cli-0.2.0
ai-refactor-cli 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
locallabapp-source
Dependencies
anyhow ^1
normal
clap ^4.5
normal
regex ^1.10
normal
serde ^1
normal
serde_json ^1
normal
tokio ^1
normal
tree-sitter ^0.22
normal
tree-sitter-python ^0.21
normal
walkdir ^2.5
normal
criterion ^0.5
dev
tempfile ^3
dev
Versions
54.29%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
ai_refactor_cli/detectors/django/
mod.rs
1
//! Django-specific refactoring detectors.
2
3
pub mod
fbv_to_cbv;