Skip to content

Commit

Permalink
feat(asn1-parser): improve readme md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Nov 25, 2023
1 parent d999295 commit 1440c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/asn1-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This crate has `no_std` support.

> **Yet another `asn1` parser? https://users.rust-lang.org/t/comparison-of-way-too-many-rust-asn-1-der-libraries**
![well yes, but actually no](https://i.imgflip.com/8789zm.jpg)

Yes!

> **Why?**
Expand Down Expand Up @@ -56,7 +58,7 @@ This `asn1` parser is aimed to parse input bytes and return an AST as the result

- [X] [ExplicitTag](https://www.oss.com/asn1/resources/asn1-made-simple/asn1-quick-reference/asn1-tags.html)
- [ ] [ImplicitTag](https://www.oss.com/asn1/resources/asn1-made-simple/asn1-quick-reference/asn1-tags.html)
- [ ] [ApplicationTag](https://www.oss.com/asn1/resources/asn1-made-simple/asn1-quick-reference/asn1-tags.html)
- [X] [ApplicationTag](https://www.oss.com/asn1/resources/asn1-made-simple/asn1-quick-reference/asn1-tags.html)

## Usage example

Expand Down

0 comments on commit 1440c1b

Please sign in to comment.