Docs.rs
lyric-rpc-0.1.0
lyric-rpc 0.1.0
Permalink
Docs.rs crate page
MIT
13 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
fangyinc
Dependencies
async-trait ^0.1.82
normal
lyric-utils ^0.1.0
normal
prost ^0.13
normal
serde ^1.0.209
normal
tokio ^1.0
normal
tonic ^0.12
normal
tonic-build ^0.12
build
Versions
54.55%
of the crate is documented
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
lyric_rpc/
lib.rs
1
pub mod
task {
2
tonic::include_proto!
(
"task"
);
3
}