Skip to content

Commit

Permalink
Merge branch 'initial' of github.com:rorynugent/rtempest into initial
Browse files Browse the repository at this point in the history
  • Loading branch information
rorynugent committed Jun 21, 2024
2 parents 4cb54b5 + 7b4dc0d commit abb2988
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 227 deletions.
2 changes: 1 addition & 1 deletion examples/udp.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use rtempest::udp::{EventType, Tempest};
use rtempest::{data::EventType, udp::Tempest};

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/udp_subscribe.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use rtempest::udp::{EventType, Tempest};
use rtempest::{data::EventType, udp::Tempest};

#[tokio::main]
async fn main() {
Expand Down
Loading

0 comments on commit abb2988

Please sign in to comment.