Docs.rs
git-bug-0.2.4
git-bug 0.2.4
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
bpeetz
Dependencies
base64 ^0.22.1
normal
chrono ^0.4.41
normal
faster-hex ^0.10.0
normal
gix ^0.72.1
normal
log ^0.4.27
normal
postcard ^1.1.1
normal
redb ^2.6.0
normal
serde ^1.0.219
normal
sha2 ^0.10.9
normal
simd-json ^0.15.1
normal
thiserror ^2.0.12
normal
url ^2.5.4
normal
pretty_assertions ^1.4.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Module queryable
git_bug
0.2.4
Module queryable
Module Items
Traits
In git_
bug::
query
git_bug
::
query
Module
queryable
Copy item path
Source
Expand description
The actual code to match an
Entity
from
Query
.
Traits
ยง
Query
KeyValue
The trait, implemented by the
Queryable::KeyValue
types.
Queryable
Specific trait that specifies that something can be matched by a
Query
.