exocore 0.1.0

Distributed applications framework
Documentation

# Project
3rd 

# Rust
**/target/**
**/*.rs.bk # These are backup files generated by rustfmt
coverage/

# Node 
**/node_modules/**

# OS Stuff
*.DS_Store
.psync_ignore

# IDE
.idea
*.iml
.vscode
*.swp
*.swo
todo.txt
*.bak
.ipynb_checkpoints
CMakeLists.txt
cmake-build-debug

# Build
build
tarpaulin*
cobertura*
flamegraph*
perf.*