Welcome friend!

If you like Rust and scheduling algorithms you've come to the right place :) We can talk big-O, add features or optimize hot loops.

Please contact me tijl@zinzen.me or open an issue.

Getting started

  1. Clone repo ```shell

    Go to Home Directory

    cd ~

    You can clone into home directory or different directory

    git clone https://github.com/tijlleenders/ZinZen-scheduler.git ```

  2. Install Rust

  3. Add target for wasm:

    ```shell rustup target add wasm32-unknown-unknown

    Go to project directory

    cd ~/ZinZen-scheduler/ ```

  4. Install WASM dependencies shell cargo install wasm-bindgen-cli

    ```

  5. Install deno

  6. You can now run the test from javascript/deno or from cargo as below: ```shell

    Run tests by deno

    ./deno_test.sh

    Run tests by cargo

    cargo test ```

Legal stuff

©2020-now ZinZen®

This code is licensed under AGPLv3 but this license does not implicitly grant permission to use the trade names, trademarks, service marks, or product names of the licensor, except as required for reasonable and customary use in describing the origin of the Work and the content of the notice/attribution file.

ZinZen® supports an open and collaborative process. Registering the ZinZen® trademark is a tool to protect the ZinZen® identity and the quality perception of the ZinZen® projects.