21 releases

0.7.0 Apr 3, 2025
0.6.0 Jan 24, 2025
0.5.1 Nov 11, 2024
0.5.0 Jun 22, 2024
0.2.0 Mar 16, 2023

#232 in GUI

Download history 895/week @ 2024-12-24 783/week @ 2024-12-31 1845/week @ 2025-01-07 1887/week @ 2025-01-14 1759/week @ 2025-01-21 2198/week @ 2025-01-28 1580/week @ 2025-02-04 1303/week @ 2025-02-11 1129/week @ 2025-02-18 1098/week @ 2025-02-25 1265/week @ 2025-03-04 1465/week @ 2025-03-11 945/week @ 2025-03-18 1201/week @ 2025-03-25 1777/week @ 2025-04-01 1671/week @ 2025-04-08

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

MPL-2.0 license

57KB
1K SLoC

Observable collections based on the im crate.

Cargo features:

  • tracing: Emit [tracing] events when updates are sent out
  • serde: Enable the Serialize implementation for VectorDiff

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.

Dependencies

~3–8.5MB
~74K SLoC