Skip to content

Commit

Permalink
Add General registry badge to README.md (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
artememelin authored Mar 13, 2024
1 parent b0ca9f1 commit 040b884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 040b884

Please sign in to comment.