Docs.rs
merkle-tree-bulletin-board-backend-mysql-0.3.0
merkle-tree-bulletin-board-backend-mysql 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
AndrewConway
Dependencies
merkle-tree-bulletin-board ^0.3
normal
mysql ^23
normal
Versions
57.14%
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
Crate merkle_tree_bulletin_board_backend_mysql
merkle_
tree_
bulletin_
board_
backend_
mysql
0.3.0
All Items
Crate Items
Structs
Constants
Functions
Crate
merkle_
tree_
bulletin_
board_
backend_
mysql
Copy item path
Source
Structs
§
Backend
Mysql
A mysql/mariadb backend for merkle-tree-bulletin-board. This is usable but is not extensively optimized; an expert in mysql/databases/sql could probably improve efficiency.
Invalid
Hash
Format
Error
Constants
§
SCHEMA
The schema used; can be used to initialize the database.
Functions
§
hash_
from_
value
Convert v into a HashValue where you know v will be a 32 byte value
opt_
hash_
from_
value
Convert v into a HashValue where you know v will be a 32 byte value or null