Skip to content

Commit

Permalink
Update README to match src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Aug 1, 2024
1 parent 7013d65 commit 2493f17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,11 @@ let parsed = parse_der(&bytes);

The second (and preferred) parsing method is to specify the expected objects recursively. The
following functions can be used:

- [`parse_ber_sequence_defined`](https://docs.rs/der-parser/latest/der_parser/ber/fn.parse_ber_sequence_defined.html) and similar functions

for sequences and sets variants

- [`parse_ber_tagged_explicit`](https://docs.rs/der-parser/latest/der_parser/ber/fn.parse_ber_tagged_explicit.html) for tagged explicit
- [`parse_ber_tagged_implicit`](https://docs.rs/der-parser/latest/der_parser/ber/fn.parse_ber_tagged_implicit.html) for tagged implicit
- [`parse_ber_container`](https://docs.rs/der-parser/latest/der_parser/ber/fn.parse_ber_container.html) for generic parsing, etc.
Expand Down

0 comments on commit 2493f17

Please sign in to comment.