19 releases

0.6.0 Jan 24, 2025
0.5.1 Nov 11, 2024
0.5.0 Jun 22, 2024
0.4.2 Nov 6, 2023
0.2.0 Mar 16, 2023

#866 in Asynchronous

Download history 1416/week @ 2024-11-30 1739/week @ 2024-12-07 1636/week @ 2024-12-14 916/week @ 2024-12-21 687/week @ 2024-12-28 1733/week @ 2025-01-04 1870/week @ 2025-01-11 1549/week @ 2025-01-18 2093/week @ 2025-01-25 1835/week @ 2025-02-01 1453/week @ 2025-02-08 1174/week @ 2025-02-15 1174/week @ 2025-02-22 1310/week @ 2025-03-01 1084/week @ 2025-03-08 1242/week @ 2025-03-15

4,959 downloads per month
Used in 20 crates (5 directly)

MPL-2.0 license

57KB
1K SLoC

eyeball 👁️

eyeball (verb) - synonym for observe

Add observability to your Rust types! Currently, polling observables is only possibly in async Rust, but this constraint might be lifted in the future.

This repository hosts the following crates:

  • eyeball – Contains the basic Observable type and things related to that
  • eyeball-im – Contains observable collections (currently only ObservableVector)
  • eyeball-im-util – Contains additional utilities on top of eyeball-im

Click on one of the links to find out more.

License

Both crates are distributed under the terms of the Mozilla Public License 2.0. You can find the license text in the LICENSE file.


lib.rs:

Observable collections based on the im crate.

Cargo features:

  • tracing: Emit [tracing] events when updates are sent out

Dependencies

~3–8.5MB
~72K SLoC