summaryrefslogtreecommitdiff
path: root/rust/src/data_notification.rs
AgeCommit message (Collapse)Author
2025-12-15[Rust] Restructure type APIs into `types` moduleMason Reed
This helps with documentation, giving a single module for those working with types to find related APIs Also split out enumeration and structure APIs into their own file, since they have their own backing data separate from `Type`.
2025-12-11[Rust] Implement data notification APIRubens Brandão