Skip to content

Commit

Permalink
doc: added badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan751 committed Sep 1, 2020
1 parent c43aff9 commit 79c547c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: build

defaults:
run:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Email Address Parser

[![crate version](https://img.shields.io/crates/v/email-address-parser)](https://crates.io/crates/email-address-parser)
[![crate download count](https://img.shields.io/crates/d/email-address-parser?label=crate%20download)](https://crates.io/crates/email-address-parser)
[![npm version](https://img.shields.io/npm/v/@sparser/email-address-parser)](https://www.npmjs.com/package/@sparser/email-address-parser)
[![npm download](https://img.shields.io/npm/dt/@sparser/email-address-parser?label=npm%20download)](https://www.npmjs.com/package/@sparser/email-address-parser)
![build status](https://github.com/Sayan751/email-address-parser/workflows/build/badge.svg)


An [RFC 5322](https://tools.ietf.org/html/rfc5322) compliant email address parser made with [pest parser](https://github.com/pest-parser/pest).
This repository contains a [rust crate](./rust-lib/README.md) as well as a wrapper [WebAssembly module](./npm-pkg/README.md).

0 comments on commit 79c547c

Please sign in to comment.