Docs.rs
steer-remote-workspace-0.9.0
steer-remote-workspace 0.9.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
BrendanGraham14
Dependencies
clap ^4.4
normal
gethostname ^0.5
normal
prost ^0.13
normal
prost-types ^0.13
normal
steer-grpc ^0.9.0
normal
steer-proto ^0.9.0
normal
steer-workspace ^0.9.0
normal
tokio ^1
normal
tokio-stream ^0.1.17
normal
tokio-util ^0.7
normal
tonic ^0.12
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tempfile ^3.20.0
dev
Versions
50%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
steer_remote_workspace/
lib.rs
1
pub mod
remote_workspace_service;
2
3
pub mod
proto {
4
pub use
steer_grpc::remote_workspace::
*
;
5
}