zestors
No description available.
File Explorer
Download Latest Version (.zip)- child.rs
- child_start_spec.rs
- mod.rs
- spawn.rs
- box_spec.rs
- mod.rs
- on_start_spec.rs
- one_for_one.rs
- ref_sender.rs
- handler_spec.rs
- mod.rs
- restart_limiter.rs
- supervisor.rs
- supervisor2.rs
- traits.rs
- traits_ext.rs
- box_supervisee.rs
- mod.rs
- future_map.rs
- lib.rs
- stream_map.rs
- Cargo.toml
- actor_reference.rs
- actor_type.rs
- handler.rs
- messaging.rs
- minimal.rs
- spawning.rs
- mod.rs
- actor_ref.rs
- address.rs
- child.rs
- child_type.rs
- mod.rs
- shutdown.rs
- mod.rs
- channel.rs
- mod.rs
- channel.rs
- mod.rs
- channel.rs
- mod.rs
- actor_id.rs
- actor_type.rs
- channel.rs
- dyn_actor.rs
- errors.rs
- mod.rs
- mod.rs
- action.rs
- event_loop.rs
- handler.rs
- handler_ext.rs
- mod.rs
- scheduler.rs
- state.rs
- accepts.rs
- box_payload.rs
- envelope.rs
- errors.rs
- message.rs
- mod.rs
- protocol.rs
- request.rs
- mod.rs
- capacity.rs
- errors.rs
- functions.rs
- link.rs
- mod.rs
- mod.rs
- lib.rs
- lib.rs
- macro.rs
- Cargo.lock
- Cargo.toml
- envelope.rs
- handler.rs
- lib.rs
- message.rs
- protocol.rs
- Cargo.toml
- README.md
- .gitignore
- Cargo.lock
- Cargo.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Zestors/zestors
Downloads the entire project code from GitHub to your computer.
cd zestors
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)
