Julien-R44 / cli-candlestick-chart

📈 Display candlestick charts right into your terminal.
MIT License
254 stars 21 forks source link

Fix imports and publicness of types #5

Closed tinywombat765 closed 2 years ago

tinywombat765 commented 2 years ago

Generally it is bad practice to have public fields that contain private types. You should also import types directly. Also the CandleType type was not public.

Julien-R44 commented 2 years ago

This pub(crate) is exactly what I needed ! Thanks