From 164986c66e9cd21826be006542bf6aa3d1061128 Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:42:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 802e08aa..85e4b278 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Help Wanted](https://img.shields.io/github/issues/XAMPPRocky/rasn/help%20wanted?color=green)](https://github.com/XAMPPRocky/rasn/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) [![Lines Of Code](https://tokei.rs/b1/github/XAMPPRocky/rasn?category=code)](https://github.com/XAMPPRocky/tokei) [![Documentation](https://docs.rs/rasn/badge.svg)](https://docs.rs/rasn/) -[![Benchmarks](https://img.shields.io/badge/bencher-benchmarks-orange?link=https%3A%2F%2Fbencher.dev%2Fconsole%2Fprojects%2Frasn%2Fperf)](https://bencher.dev/perf/rasn) +[![Benchmarks](https://img.shields.io/badge/bencher-benchmarks-orange?link=https%3A%2F%2Fbencher.dev%2Fconsole%2Fprojects%2Frasn%2Fperf)](https://bencher.dev/perf/rasn/plots) Welcome to `rasn` (pronounced "raisin"), a safe `#[no_std]` ASN.1 codec framework. That enables you to safely create, share, and handle ASN.1 data types from and to different encoding rules. If you are unfamiliar with ASN.1 and encoding formats like BER/DER, I would recommend reading [*"A Warm Welcome to ASN.1 and DER"*][lenc] by Let's Encrypt as a quick introduction before continuing. In short it is an "Interface Description Language" (and data model) with a set of encoding formats (called rules) for that model. It was originally designed in the late 1980s and is used throughout the industry especially in telecommunications and cryptography.