Skip to content

Latest commit

 

History

History

mydht-base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

mydht-base

Build Status

MyDHT library base component, this is split from mydht to allow lighter dependency for implementing component.

It contains basic interface (traits) but no implementation logit. It may contain some struct too (when no genericity for some concepts), notably some simple implementation (without dependencies) like simplecache (implementations over HashMap). It also contains some utilities.

Implementation of trait should only depend on this crate, some method should therefore be added here from mydht depending on what is needed.

Build

Use cargo tool to build and test.

Status

WIP