Skip to content

Commit

Permalink
Update docs in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantaylor committed Sep 30, 2024
1 parent 16eab14 commit f1f2aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vault

[![crates.io](https://img.shields.io/crates/v/vault.svg)](https://crates.io/crates/vault) [![Documentation](https://img.shields.io/badge/View-Documentation-blue.svg)](https://docs.rs/vault/10.1.4/vault/)
[![crates.io](https://img.shields.io/crates/v/vault.svg)](https://crates.io/crates/vault) [![Documentation](https://img.shields.io/badge/View-Documentation-blue.svg)](https://docs.rs/vault/10.1.5/vault/)

`vault` is a Company of Heroes replay parsing library written in [Rust](https://www.rust-lang.org/). It has been completely rewritten for Company of Heroes 3 to provide a more intuitive interface while simplifying the code and leveraging [nom](https://github.com/rust-bakery/nom)'s parser combinators to enable clean, fast parsing of Company of Heroes 3 replay files.

Expand Down Expand Up @@ -112,7 +112,7 @@ Ruby bindings have some additional compatibility requirements, such as `libclang

# Documentation

Documentation for `vault` [can be viewed online](https://docs.rs/vault/10.1.4/vault/).
Documentation for `vault` [can be viewed online](https://docs.rs/vault/10.1.5/vault/).

Alternatively, you can easily build an offline copy of the documentation for yourself with `cargo`:

Expand Down

0 comments on commit f1f2aea

Please sign in to comment.