fixrs 0.1.6

Blazing-fast CLI to replace Rust qualified paths with use statements, auto-fixing clippy::absolute_paths
Documentation
1
2
3
4
5
6
7
8
mod collector;
mod path;
mod scope;
mod visitor;

pub use collector::{ModuleContext, PathCollector};
pub use path::QualifiedPath;
pub use scope::{FileScope, collect_file_scope};