Docs.rs
borderless-hash-1.0.0
borderless-hash 1.0.0
Docs.rs crate page
24 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
dsxmachina
Dependencies
base16 ^0.2.1
normal
flatbuffers ^25.1.24
normal
rust-embed ^8.7.2
normal
optional
serde ^1.0
normal
sha3 ^0.10.8
normal
serde_json ^1.0
dev
flatc-rust ^0.2.0
build
Versions
100%
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
Module traits
borderless_
hash
1.0.0
Module traits
Module Items
Traits
In crate borderless_
hash
borderless_hash
Module
traits
Copy item path
Source
Expand description
Simple traits that are based on the
Hash256
type
Traits
ยง
Hashable
The
Hashable
trait indicates, that we can generate a
Hash256
from this type.
Hashed
The
Hashed
trait indicates, that the hash over some data was already calculated and saved.