Skip to content

Commit

Permalink
Merge license badges and add docs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt authored May 4, 2020
1 parent bad87a0 commit ff375d4
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,11 @@ The crate can be used as standalone binary using its command line interface or i
(for example inside the ```build.rs``` script).


[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![APACHE licensed][apache-badge]][apache-url]
[![Build Status][github-badge]][github-url]
| [API Docs](https://docs.rs/asn1rs/)

[crates-badge]: https://img.shields.io/crates/v/asn1rs.svg
[crates-url]: https://crates.io/crates/asn1rs
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/license-APACHE-blue.svg
[apache-url]: LICENSE-APACHE
[github-badge]: https://github.com/kellerkindt/asn1rs/workflows/Rust/badge.svg
[github-url]: https://github.com/kellerkindt/asn1rs/actions?query=workflow%3ARust
[![Build Status](https://github.com/kellerkindt/asn1rs/workflows/Rust/badge.svg)](https://github.com/kellerkindt/asn1rs/actions?query=workflow%3ARust)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/kellerkindt/asn1rs)
[![Crates.io](https://img.shields.io/crates/v/asn1rs.svg)](https://crates.io/crates/asn1rs)
[![Documentation](https://docs.rs/asn1rs/badge.svg)](https://docs.rs/asn1rs)



The generated Rust code has serializers and deserializers for ASN.1 UPER, protobuf and PostgreSQL and can therefore communicate with other applications supporting these formats (like Java-classes generated by the Google protobuf compiler).
Expand Down

0 comments on commit ff375d4

Please sign in to comment.