From 953f5248f64b908c27c2dd788099f60393f1d2c9 Mon Sep 17 00:00:00 2001 From: Ed Cragg Date: Mon, 22 Nov 2021 15:40:46 +0000 Subject: [PATCH] Add link to struct documentation to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6f5d377..8da2819 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ fn main() { } ``` +Documentation for the `Aoc` structure can be found +[here](https://docs.rs/aocf/latest/aocf/struct.Aoc.html). + Downloaded data is cached as JSON and queried each time the `Aoc` is initialised, to avoid unecessary requests.