Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 515 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 515 Bytes

Redconflict Web API

Folder structure

  • /src/ : Source folder.
    • /main.rs : Rust entry point (main).
  • /target : Cargo build output cache.
  • /rustfmt.toml : Rust code fomatter configuration.
  • /Cargo.toml : Cargo package (iex: like package.json).
  • /Cargo.lock : PM lock file (dependencies).
  • /.cargo: Personnal configuration for app (iex: env, etc...) // SHOULD NEVER BE PUSHED ON GIT //

How to run ?

$ cargo run

Where binary are located ?

target/<config>/<target_name>

api