* initial commit
not ready
* add new levin lib
* fix decoding multiple messages
* make the levin lib async
* saving progress
* saving progress
* init documention of levin and reorganise net
* update monero-wire
* remove p2p folder - this PR is just for net
* update Cargo.toml
* net: update links in cargo.toml
I'm still thinking how to refactor blockchainDB methods by using monero-rs impl.
Until i found a convienient solution, there will be small commit like this one.
Documented more functions to BlockchainDB, but I removed the ones that strictly concern
the database. These methods will be implemented under KeyValueDatabase trait.
Still needs to understand some things before starting to refactor blockchaindb functions.
Also enabled derive features for serde.
Removed some functions that'll be useless for blockchainDB. Docs the hardfork info ones.
Also set clippy to deny `expect()` and `panic!()` as /u/danda suggested on reddit.
Set blockchain_db in workspace dependencies + corrected the build rustflags.