Expand description
All network IO for tmprl. Knows nothing about the UI.
Every RPC goes through the thin wrappers in this crate rather than through
temporalio-client directly. That crate is pre-1.0 and its surface moves
between releases, so confining it here keeps a version bump to one crate.
Re-exports§
pub use conn::Conn;pub use conn::ConnectError;pub use conn::ProfileRef;pub use conn::config_file_in_use;pub use conn::xdg_config_file;pub use ops::OpError;pub use ops::codec::Codec;pub use ops::history::HistoryPage;pub use ops::namespace::NamespaceInfo;pub use ops::schedule::SchedulePage;pub use ops::workflow::Continuation;pub use ops::workflow::WorkflowPage;