gitoid 0.7.1

Git Object Identifiers in Rust
Documentation

gitoid

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 9 of them enabled by default.

default

  • async
  • hex
  • serde
  • sha1
  • sha1cd
  • sha256
  • std
  • url

async

  • dep:tokio
  • std

hex

  • dep:hex
  • std

serde

  • dep:serde
  • url
  • std

sha1

  • dep:sha1

sha1cd

  • dep:sha1collisiondetection

sha256

  • dep:sha2

std

  • digest/std
  • sha1?/std
  • sha1collisiondetection?/std
  • sha2?/std
  • dep:format-bytes

url

  • dep:url
  • hex
  • std