Docs.rs
blockwatch-0.2.7
blockwatch 0.2.7
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mennanov
Dependencies
anyhow ^1.0
normal
async-openai ^0.29
normal
async-trait ^0.1
normal
clap ^4.5
normal
quick-xml ^0.38
normal
regex ^1.11
normal
secrecy ^0.10
normal
serde ^1.0.219
normal
serde_json ^1.0
normal
tokio ^1.47
normal
tree-sitter ^0.25
normal
tree-sitter-bash ^0.25
normal
tree-sitter-c ^0.24
normal
tree-sitter-c-sharp ^0.23
normal
tree-sitter-cpp ^0.23
normal
tree-sitter-css ^0.23
normal
tree-sitter-go ^0.25
normal
tree-sitter-html ^0.23
normal
tree-sitter-java ^0.23
normal
tree-sitter-javascript ^0.25
normal
tree-sitter-kotlin-ng ^1.1
normal
tree-sitter-md ^0.3
normal
tree-sitter-php ^0.24
normal
tree-sitter-python ^0.23
normal
tree-sitter-ruby ^0.23
normal
tree-sitter-rust ^0.24
normal
tree-sitter-sequel ^0.3
normal
tree-sitter-swift ^0.7
normal
tree-sitter-toml-ng ^0.7
normal
tree-sitter-typescript ^0.23
normal
tree-sitter-xml ^0.7
normal
tree-sitter-yaml ^0.7
normal
unidiff ^0.3
normal
assert_cmd ^2.0
dev
axum ^0.8
dev
predicates ^3.1
dev
Versions
30.77%
of the crate is documented
Go to latest version
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
blockwatch/
lib.rs
1
pub mod
blocks;
2
pub mod
differ;
3
pub mod
flags;
4
pub mod
parsers;
5
pub mod
validators;