3 unstable releases

0.3.2 May 31, 2021
0.3.0 Apr 20, 2021
0.2.1 Apr 11, 2021

#2258 in Development tools


Used in 2 crates

MIT/Apache

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:

  • types and traits 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 in main.
  • 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 the log crate.

LICENSE

This crate is licensed under either of

at your option.


lib.rs:

Utilities for getter renaming.

Features

  • log (enabled by default) — Logging via the log crate.

Dependencies

~1.5MB
~35K SLoC