move node implementation to a separate folder

This commit is contained in:
vms
2020-06-12 01:41:57 +03:00
parent 1254b64b9d
commit 06de91968e
11 changed files with 306 additions and 306 deletions

View File

@ -13,13 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#![feature(pattern)]
mod node;
mod errors;
mod config;
mod imports;
mod node_public_interface;
use fce::IValue;
use node::IpfsNode;