Docs.rs
sqlite-hashes-0.7.6
sqlite-hashes 0.7.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nyurik
Dependencies
digest ^0.10.7
normal
hex ^0.4
normal
optional
log ^0.4.22
normal
optional
md-5 ^0.10.6
normal
optional
noncrypto-digests ^0.3.2
normal
optional
rusqlite >=0.30
normal
sha1 ^0.10.6
normal
optional
sha2 ^0.10.8
normal
optional
cargo-husky ^1
dev
criterion ^0.5
dev
ctor ^0.2
dev
env_logger ^0.11
dev
insta ^1
dev
Versions
100%
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
sqlite_
hashes
0.7.6
Named
Digest
Required Methods
name
Implementations on Foreign Types
Fnv
Md5
Sha1
Sha224
Sha256
Sha384
Sha512
Xxh32
Xxh3_128
Xxh3_64
Xxh64
Object Safety
Implementors
In crate sqlite_
hashes
sqlite_hashes
Trait
NamedDigest
Copy item path
source
pub trait NamedDigest:
Digest
{ // Required method fn
name
() -> &'static
str
; }
Required Methods
§
source
fn
name
() -> &'static
str
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
NamedDigest
for
Fnv
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Xxh3_64
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Xxh3_128
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Xxh32
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Xxh64
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Md5
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Sha1
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Sha224
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Sha256
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Sha384
source
§
fn
name
() -> &'static
str
source
§
impl
NamedDigest
for
Sha512
source
§
fn
name
() -> &'static
str
Implementors
§