ZIm/crates/channel/src
Piotr Osiewicz 07e3d53d58
sum_tree: Do not implement Dimension on tuples, use new Dimensions wrapper instead (#35482)
This is a bit of a readability improvement IMHO; I often find myself
confused when dealing when dimension pairs, as there's no easy way to
jump to the implementation of a dimension for tuples to remind myself
for the n-th time how exactly that impl works. Now it should be possible
to jump directly to that impl.

Another bonus is that Dimension supports 3-ary tuples as well - by using
a () as a default value of a 3rd dimension.


Release Notes:

- N/A
2025-08-05 00:37:22 +00:00
..
channel_store chore: Fix warnings for Rust 1.89 (#32378) 2025-06-09 13:11:57 +02:00
channel.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
channel_buffer.rs collab: Reconnect to channel notes (#31950) 2025-06-03 11:12:45 +02:00
channel_chat.rs sum_tree: Do not implement Dimension on tuples, use new Dimensions wrapper instead (#35482) 2025-08-05 00:37:22 +00:00
channel_store.rs onboarding ui: Add theme preview tiles and button functionality to basic page (#35413) 2025-07-31 18:40:41 +00:00
channel_store_tests.rs Start separating authentication from connection to collab (#35471) 2025-08-01 17:37:38 +00:00