This is an experimental package written in vlang that implements pkcs#7 padding based on the information in this Wikipedia article.
It's primary use is to privide padding support when using the vlib crypto package.
To see some basic examples of how you could use this package, please see the tests. Alternatively, for a more comprehensive example that uses AES with CBC, take a look at this example.