3 unstable releases
0.3.2 | May 31, 2021 |
---|---|
0.3.0 | Apr 20, 2021 |
0.2.1 | Apr 11, 2021 |
#2446 in Development tools
Used in 2 crates
65KB
1K
SLoC
fix-getters-utils
This package contains functions which are common to the fix-getters
tools.
See the workspace documentation for more details on fix-getters
.
Utils
The utils
functions provide features such as:
type
s andtrait
s to help building collectors of renamable functions.- a crate traversal mechanism which complies with the directory entry rules defined in rules.
- a common
Error
which can be handled inmain
. - a Rust scope tracker which helps figure out the context of a function.
Features
The optional feature is enabled by default. Use default-features = false
if
your use case differs.
log
— Logging via thelog
crate.
LICENSE
This crate is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Utilities for getter renaming.
Features
log
(enabled by default) — Logging via thelog
crate.
Dependencies
~1.5MB
~37K SLoC