crust
Reliable p2p network connections in Rust with NAT traversal. One of the most needed libraries for any server-less / decentralised projects
File Explorer
Download Latest Version (.zip)- connect.md
- vault_config_file_flowchart.pdf
- secure_p2p_connection.crust.config
- secure_p2p_connection.rs
- crust-diagram_1024.png
- sample.config
- core.rs
- error.rs
- message.rs
- mod.rs
- state.rs
- cache.rs
- cache_validator.rs
- mod.rs
- try_peer.rs
- exchange_msg.rs
- mod.rs
- exchange_msg.rs
- mod.rs
- active_connection.rs
- config_handler.rs
- config_refresher.rs
- connection_candidate.rs
- error.rs
- event.rs
- mod.rs
- service.rs
- types.rs
- get_ext_addr.rs
- mod.rs
- error.rs
- mapping_context.rs
- mod.rs
- util.rs
- mod.rs
- utils.rs
- lib.rs
- service_discovery.rs
- .gitignore
- .travis.yml
- appveyor.yml
- Cargo.toml
- CHANGELOG.md
- codeowners
- LICENSE-BSD
- LICENSE-MIT
- Notes.md
- README.md
- rustfmt.toml
π Installation Guide
1. Get the code
git clone https://github.com/maidsafe-archive/crust
Downloads the entire project code from GitHub to your computer.
cd crust
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
