mlange-42 / yarner

Literate Programming command line tool for Markdown
https://mlange-42.github.io/yarner
MIT License
32 stars 1 forks source link

Replace bespoke lazy join by dependency on display_utils crate. #178

Closed adamreichold closed 3 years ago

adamreichold commented 3 years ago

On a cursory look, I did not find another place we I'd jump for display_utils though...

adamreichold commented 3 years ago

@mlange-42 Do we want to pull in the dependency?

mlange-42 commented 3 years ago

Sorry for the delay, this got lost somehow. As we still use the new dependency only for the joins, but no other of its functionality, I am a bit undecided.

adamreichold commented 3 years ago

If we do not use them, the changes to print.rs should probably be applied using our own lazy join.

adamreichold commented 3 years ago

180 would be that alternative if we do not want a dependency on display_utils.