Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroid7 authored Mar 15, 2024
1 parent d0c2a07 commit 63b33cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ let data = Arc::new([
let msg = RtpsMessageRead::new(data);
println!("Received {} submessages", msg.submessages().len());
```
## TODO
- Remove dependecy to DustDDS
- Make it `no_std` compatible

## License

This project keeps the license of the original work and is licensed under the Apache License Version 2.0.
This project keeps the license of the original work and is licensed under the Apache License Version 2.0.

0 comments on commit 63b33cc

Please sign in to comment.