File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : rust
2
+ rust :
3
+ - 1.35.0
4
+ - stable
5
+ - beta
6
+ - nightly
7
+ matrix :
8
+ allow_failures :
9
+ - rust : nightly
10
+ fast_finish : true
11
+ cache : cargo
12
+ script :
13
+ - cargo build --verbose --all
14
+ - cargo test --verbose --all
15
+
Original file line number Diff line number Diff line change 1
1
# cstea
2
+
3
+ [ ![ LICENSE] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
4
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
5
+ [ ![ Build Status] ( https://travis-ci.com/slaterb1/cstea.svg?branch=master )] ( https://travis-ci.com/slaterb1/cstea )
6
+ [ ![ Crates.io Version] ( https://img.shields.io/crates/v/cstea.svg )] ( https://crates.io/crates/cstea )
7
+ [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.35.0+-lightgray.svg )] ( #rust-version-requirements )
8
+
2
9
This is a generic csv file Fill and Pour Ingredient crate for use with the ` rettle ` ETL.
3
10
4
11
## Data Structures
You can’t perform that action at this time.
0 commit comments