ruwebframe 0.1.8

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
# Ignore all
*


# Unignore all with extensions
!*.*

!**/Dockerfile

!**/Makefile


# Unignore all dirs
!*/

!api


# ignore
.idea

**/.DS_Store

**/logs

*.log

# **/*.exe
#proto

# for code purpose
**/adhoc

#go.work
#go.work.sum

# gitlab ci
.cache


# vim auto backup simpleservice
*~

!OWNERS