mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: adding skeleton README.md files for all vlib modules (#13034)
This commit is contained in:
7
vlib/hash/README.md
Normal file
7
vlib/hash/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## Description:
|
||||
|
||||
`hash` provides a way to hash binary data, i.e. produce a shorter value,
|
||||
that is highly content dependent, so even slightly different content will
|
||||
produce widely different hashes.
|
||||
|
||||
Hash functions are useful for implementing maps, caches etc.
|
Reference in New Issue
Block a user