From 040b8840f052e475ec69979a7db67eb8eb61f74c Mon Sep 17 00:00:00 2001 From: Artem Emelin <153018291+artememelin@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:25:43 +0300 Subject: [PATCH] Add General registry badge to README.md (#24) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe8780c..c5c322b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bhftbootcamp.github.io/Serde.jl/dev/) [![Build Status](https://github.com/bhftbootcamp/Serde.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/bhftbootcamp/Serde.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![Coverage](https://codecov.io/gh/bhftbootcamp/Serde.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bhftbootcamp/Serde.jl) +[![Registry](https://img.shields.io/badge/registry-General-4063d8)](https://github.com/JuliaRegistries/General) Serde is a Julia library for (de)serializing data to/from various formats. The library offers a simple and concise API for defining custom (de)serialization behavior for user-defined types. Inspired by the [serde.rs](https://serde.rs/) Rust library, it supports the following data formats: