Skip to content

redconflict/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages