From 0c4bf5d0708411c6f46f01a847cf27932d4e3145 Mon Sep 17 00:00:00 2001 From: Marc de Jonge Date: Fri, 3 Jan 2025 15:04:59 +0100 Subject: [PATCH] Add CI label to the Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f163959..334d63c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # nom-parsable +[![CI](https://github.com/marcdejonge/nom-parse-trait/actions/workflows/ci.yml/badge.svg)](https://github.com/marcdejonge/nom-parse-trait/actions/workflows/ci.yml) + This is an extension to the popular nom crate, that provides a `ParseFrom` trait that can be implemented on any data that can be parsed in a singular way. This means it should have a `parse` function available and the signature of