Skip to content

Commit d35f41c

Browse files
authored
Add the Hackage badge!
1 parent 98d2081 commit d35f41c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Parser and pretty printer for Rust [![Build Status][4]][5] [![Windows build status][7]][8]
1+
# Parser and pretty printer for Rust [![Build Status][4]][5] [![Windows build status][7]][8] [![Hackage Version][11]][12]
22

33
`language-rust` aspires to efficiently and accurately parse and pretty print the [Rust language][0].
44
The underlying AST structures are also intended to be as similar as possible to the [`libsyntax` AST
@@ -89,3 +89,5 @@ pretty printing.
8989
[8]: https://ci.appveyor.com/project/harpocrates/language-rust/branch/master
9090
[9]: https://github.com/harpocrates/language-rust/issues
9191
[10]: https://github.com/rust-lang/rust/blob/master/src/libsyntax/ast.rs
92+
[11]: https://img.shields.io/hackage/v/language-rust.svg
93+
[12]: https://hackage.haskell.org/package/language-rust

0 commit comments

Comments
 (0)