borsa-mock

Crates.ioborsa-mock
lib.rsborsa-mock
version0.2.0
created_at2025-10-18 19:35:00.660656+00
updated_at2025-10-23 14:29:37.594471+00
descriptionMock Borsa connector with deterministic fixture data for tests and examples
homepage
repositoryhttps://github.com/borsaorg/borsa
max_upload_size
id1889563
size45,275
G. Ramistella (gramistella)

documentation

README

borsa-mock

A mock connector for the Borsa ecosystem used in tests and examples. It provides deterministic fixture data across capabilities (quotes, history, fundamentals, options, analysis, news, search, profile) to enable fast, reproducible scenarios without external network calls.

Usage

Add the crate as a dev-dependency and enable it in tests or examples:

[dev-dependencies]
borsa-mock = "0.2.0"

Then wire it as a provider when constructing borsa::Borsa in your tests.

License

MIT

Commit count: 0

cargo fmt