docs: 📝 fix broken link and add link to rustlers/README.md

This commit is contained in:
Lucas Colombo 2024-05-21 02:39:13 -03:00
parent b3a9301264
commit a7a6109bf0
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -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`.