Skip to content

Commit

Permalink
more README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisWellmann committed Aug 15, 2022
1 parent 88ec882 commit 2b4c401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ fn main() {
```

Notice how the code is calling the 'open()', 'high()', 'low()' and 'close()'
methods on the 'MyCandle' struct. These are automatically generated getters that have the same name as the field.
methods on the 'MyCandle' struct.
These are getters automatically generated by the [Candle](trade_aggregation_derive/src/lib.rs) macro,
that have the same name as the field.

See examples folder for more.
Run examples using
Expand Down

0 comments on commit 2b4c401

Please sign in to comment.