amble icon indicating copy to clipboard operation
amble copied to clipboard

fix(preamble): Decolor License Fetching + Async Feature

Open refcell opened this issue 9 months ago • 0 comments

Description

Expose decolored license fetching with blocking calls. This prevents downstream preamble library users from silent coloring, making the call explicitly blocking. Optionally, an async feature should be added that enables colored function calls.

Since preamble's pipeline is executed synchronously, the async feature should not be enabled so that preamble's license fetching is performed synchronously. This should reduce additional tokio runtime overhead.

refcell avatar Oct 28 '23 14:10 refcell