| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | add MsgId and BufferId to objects where needed | Max Audron | 2025-02-26 | -1/+15 |
| | | | | | | | some objects where still handling BufferId or MsgId as their raw types which lead to errors now that the Types are properly parsed in the varinats | |||
| * | enable transparent repr for msgid and bufferid | Max Audron | 2025-02-25 | -0/+1 |
| | | ||||
| * | Add BufferId as Rust type | Tobias Deiminger | 2025-02-25 | -0/+37 |
| Up to now it was represented as i32. If we introduce a newtype for it, we can handle it idiomatically as dedicated Variant::BufferId variant (instead of having it mashed into Variant::UserType). | ||||
