x.encoding.asn1: cleanup code and comments (#22847)

This commit is contained in:
blackshirt 2024-11-14 00:38:27 +07:00 committed by GitHub
parent 62bdf990d0
commit 897ec51480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 169 additions and 76 deletions

View file

@ -69,11 +69,11 @@ fn main() {
assert int_el_value == 32
}
```
See more complete examples in the [examples](examples/) directory.
See more complete examples in the [examples](https://github.com/vlang/v/tree/master/vlib/x/encoding/asn1/examples/) directory.
## Documentation
See the [documentation](DOCS.md) for more detailed information on
See the [documentation](https://github.com/vlang/v/blob/master/vlib/x/encoding/asn1/DOCS.md) for more detailed information on
how to use functionality in this module.
## License