RustDDS icon indicating copy to clipboard operation
RustDDS copied to clipboard

Rust implementation of Data Distribution Service

Results 63 RustDDS issues
Sort by recently updated
recently updated
newest added

These are `suspend_publications` and `resume_publications` in https://github.com/jhelovuo/RustDDS/blob/37fdd1c21eb4103c4e7d0a1d97627f4f3d259d91/src/dds/pubsub.rs#L261

enhancement

See #4 and DDS spec Section 2.2.2.2.3 DomainParticipantListener Interface.

enhancement

Design and implement API to notify the application about topic events. Specified in "2.2.2.3.5 TopicListener Interface" The mechanics of the interface should be implemented using mio (0.6.x) Evented interface and...

enhancement

Updates the requirements on [tui](https://github.com/fdehau/tui-rs) to permit the latest version. Release notes Sourced from tui's releases. v0.19.0 Features Bump crossterm to 0.25 Changelog Sourced from tui's changelog. v0.19.0 - 2022-08-14...

dependencies
rust

Updates the requirements on [crossterm](https://github.com/crossterm-rs/crossterm) to permit the latest version. Changelog Sourced from crossterm's changelog. Version 0.25.0 BREAKING: Copy trait is removed from Event, you can keep it by removing...

dependencies
rust

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. [0.11.0] - 2024-01-19 Breaking Change Removed bespoke styling API env_logger::fmt::Formatter::style env_logger::fmt::Formatter::default_styled_level env_logger::fmt::Style env_logger::fmt::Color env_logger::fmt::StyledValue Removed...

dependencies
rust