sahina / cookie-actix-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookiecutter rust project template

Requirements

To generate the rust project, you need python and optionally pipenv to create a virtual env.

  • python3
  • pipenv

Instructions

# create virtual env with pipenv
pipenv --python 3

# install python packages to this virtual env
pipenv install

# activate env
pipenv shell

# create project
cookiecutter .

# or run without activating shell
pipenv run cookiecutter .

References

Cookiecutter is python based template library used to create actix rust microservice project.

About


Languages

Language:Rust 83.8%Language:Makefile 10.3%Language:Python 6.0%