refi 3.0.0

Rename files in numberic order
Documentation
syntax_check:
    stage: test
    image: rustdocker/rust:stable
    script:
        - cargo clippy --verbose

unit_test:
    stage: test
    image: rustdocker/rust:stable
    script:
        - cargo test --verbose