Skip to content

Commit

Permalink
Added badges to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Apr 26, 2024
1 parent 96dc284 commit de62894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ipp/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ipp.rs

[![github actions](https://github.com/ancwrd1/ipp.rs/workflows/CI/badge.svg)](https://github.com/ancwrd1/ipp.rs/actions)
[![crates](https://img.shields.io/crates/v/ipp.svg)](https://github.com/ancwrd1/ipp.rs)
[![license](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![docs.rs](https://docs.rs/ipp/badge.svg)](https://docs.rs/ipp)

IPP protocol implementation for Rust.
This crate implements IPP protocol as defined in [RFC 8010](https://tools.ietf.org/html/rfc8010), [RFC 8011](https://tools.ietf.org/html/rfc8011).

Expand Down

0 comments on commit de62894

Please sign in to comment.