docs: 📝 fix broken link and add link to rustlers/README.md
This commit is contained in:
parent
b3a9301264
commit
a7a6109bf0
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user