fix-getters-utils

Crates.iofix-getters-utils
lib.rsfix-getters-utils
version0.3.2
sourcesrc
created_at2021-04-11 13:34:56.30895
updated_at2021-05-31 09:48:58.980582
descriptionUtils for fix-getters
homepage
repositoryhttps://github.com/fengalin/fix-getters
max_upload_size
id382020
size38,711
François Laignel (fengalin)

documentation

README

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.

Commit count: 84

cargo fmt