Skip to main content

rangebar_streaming/
lib.rs

1//! # rangebar-streaming has been renamed to opendeviationbar-streaming
2//!
3//! This crate is a shim that re-exports everything from
4//! [`opendeviationbar-streaming`](https://crates.io/crates/opendeviationbar-streaming).
5//!
6//! ## Migration
7//!
8//! Update your `Cargo.toml`:
9//!
10//! ```toml
11//! # Before
12//! rangebar-streaming = "12"
13//!
14//! # After
15//! opendeviationbar-streaming = "12"
16//! ```
17
18#[deprecated(
19    since = "13.0.0",
20    note = "rangebar-streaming has been renamed to opendeviationbar-streaming. Update your Cargo.toml dependency."
21)]
22pub use opendeviationbar_streaming::*;