Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/src/api/ecal.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ use rustecal::Ecal;
fn main() -> Result<(), Box<dyn std::error::Error>> {
Ecal::initialize(Some("my ecal app"), EcalComponents::DEFAULT)?;

// use publishers, subscribers, clients, server

// use publishers, subscribers, clients, server

Ecal::finalize();
Ok(())
Expand Down
2 changes: 1 addition & 1 deletion docs/src/project_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
- [x] Modular type crates (string, bytes, protobuf)
- [x] Binary server/client API
- [x] Examples for all publish/subscribe and client/server
- [x] Monitoring and logging support
- [ ] Protobuf descriptor introspection
- [ ] Monitoring and logging support