Docs.rs
ds-pinyin-lsp-0.4.0
ds-pinyin-lsp 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
iamcco
Dependencies
dashmap ^5.1.0
normal
lsp-document ^0.6.0
normal
regex ^1.7.0
normal
rusqlite ^0.28.0
normal
serde_json ^1.0.79
normal
tokio ^1.17.0
normal
tower-lsp ^0.17.0
normal
Versions
37.21%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
ds_pinyin_lsp/
lib.rs
1
pub mod
lsp;
2
pub mod
sqlite;
3
pub mod
types;
4
pub mod
utils;