mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-09-01 14:49:29 +00:00
fix docs directory
This commit is contained in:
10
docs/implementors/merkle/trait.Hashable.js
Normal file
10
docs/implementors/merkle/trait.Hashable.js
Normal file
@ -0,0 +1,10 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["merkle"] = [];
|
||||
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
|
||||
})()
|
Reference in New Issue
Block a user