From 2b4c40126426dcfb1a778271b96736536da8d805 Mon Sep 17 00:00:00 2001 From: MathisWellmann Date: Mon, 15 Aug 2022 18:13:37 +0200 Subject: [PATCH] more README changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 547621b..aee899d 100644 --- a/README.md +++ b/README.md @@ -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