Cargo Features

ollama-rs-mangle-fork has no features set by default.

[dependencies]
ollama-rs-mangle-fork = { version = "0.1.1", features = ["stream"] }
stream = tokio, tokio-stream

Enables stream of reqwest ^0.11.22

Affects completion::GenerationResponseStream, create::CreateModelStatusStream, pull::PullModelStatusStream, push::PushModelStatusStream

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio stream?
tokio-stream stream?