Skip to content

Commit

Permalink
README: fix version-pinned types url (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicceboy authored Sep 15, 2024
1 parent c621e47 commit a49a7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Rasn is entirely `#[no_std]`, so you can share the same ASN.1 implementation on
### Rich Data Types
Rasn currently has support for nearly all of ASN.1's data types. `rasn` uses popular community libraries such as `bitvec`, `bytes`, and `chrono` for some of its data types as well as providing a couple of its own. Check out the [`types`][mod:types] module for what's currently available.

[mod:types]: http://docs.rs/rasn/0.4.1/rasn/types/index.html
[mod:types]: https://docs.rs/rasn/latest/rasn/types/index.html

### Safe Codecs
The encoder and decoder have been written in 100% safe Rust and fuzzed with [American Fuzzy Lop Plus Plus][bun] to ensure that the decoder correctly handles random input, and if valid that the encoder can correctly re-encode that value.
Expand Down

0 comments on commit a49a7f5

Please sign in to comment.