From a7a6109bf05da2369f67fa3f06d5d8f24d6cfaec Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 21 May 2024 02:39:13 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20fix=20broken=20link=20an?= =?UTF-8?q?d=20add=20link=20to=20rustlers/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0221d0..f0b631b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ Also, this library is built using the `Rust` programming language... so, **_rust This library defines the core functionality for a `rustler`. It includes the following: -- A [`Rustler`](./lib/rustlers/rustlers.rs) trait that defines the core functionality for a `rustler`. +- A [`Rustler`](./lib/rustlers/rustler.rs) trait that defines the core functionality for a `rustler`. - A [`RustlersSvc`](./lib/rustlers/svc.rs) which orchestrates the `rustlers` at runtime, scheduling them to scrape stock pricing data between market hours. +More info [here](./lib/rustlers/README.md). + Apart from the above, this library also defines: - a [database schema](./lib/entities/orm/) for storing market hours, which is used by the `RustlersSvc` to schedule the `rustlers`.