Skip to content

Commit

Permalink
Replace '**' with '`' in libherokubuildpack README (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Jun 14, 2024
1 parent 5d59632 commit b1065a8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions libherokubuildpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ uses Cargo features to allow opt-out of certain modules if they're not needed.

The feature names line up with the modules in this crate. All features are enabled by default.

* **command** -
* `command` -
Enabled helpers to work with `std::process::Command`.
* **download** -
* `download` -
Enables helpers to download files over HTTP.
* **digest** -
* `digest` -
Enables helpers to create checksums of files.
* **error** -
* `error` -
Enables helpers to achieve consistent error logging.
* **log** -
* `log` -
Enables helpers for logging.
* **buildpack_output** -
* `buildpack_output` -
Enables helpers for user-facing buildpack output.
* **tar** -
* `tar` -
Enables helpers for working with tarballs.
* **toml** -
* `toml` -
Enables helpers for working with TOML data.
* **fs** -
* `fs` -
Enables helpers for filesystem related tasks.
* **write** -
* `write` -
Enables `std::io::Write` proxy implementations.

[Docs]: https://img.shields.io/docsrs/libherokubuildpack
Expand Down

0 comments on commit b1065a8

Please sign in to comment.