rbase 0.1.0

Github template to setup the CI and cargo publish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rbase
Rust setup for new project

[![GitHub last commit](https://img.shields.io/github/last-commit/lsh0x/rbase)](https://github.com/lsh0x/rbase/commits/master)
[![CI](https://github.com/lsh0x/rbase/workflows/CI/badge.svg)](https://github.com/lsh0x/rbase/actions)
[![Codecov](https://codecov.io/gh/lsh0x/rbase/branch/main/graph/badge.svg)](https://codecov.io/gh/lsh0x/rbase)
[![Docs](https://docs.rs/rbase/badge.svg)](https://docs.rs/rbase)
[![Crates.io](https://img.shields.io/crates/v/rbase.svg)](https://crates.io/crates/rbase)
[![crates.io](https://img.shields.io/crates/d/rbase)](https://crates.io/crates/rbase)


### Adapt to your project 

- [ ] Change rbase name in README to match your project for the badges
- [ ] Update Cargo.toml description and project name
- [ ] Create a production environment in github and add variable `CARGO_REGISTRY_TOKEN`