Crate git_internal

Crate git_internal 

Source
Expand description

Git-Internal is a library for encoding and decoding Git Pack format files or streams.

Modules§

errors
hash
In Git, the SHA-1 hash algorithm is widely used to generate unique identifiers for Git objects. Each Git object corresponds to a unique SHA-1 hash value, which is used to identify the object’s location in the Git internal and mega database.
internal
test_utils
utils

Macros§

time_it
Count the time taken to execute a block of code.