Cleanup repo
This commit is contained in:
		| @@ -1,84 +0,0 @@ | |||||||
| # https://github.com/rust-lang-nursery/rustfmt/blob/master/Configurations.md |  | ||||||
| verbose = false |  | ||||||
| disable_all_formatting = false |  | ||||||
| skip_children = false |  | ||||||
| max_width = 100 |  | ||||||
| error_on_line_overflow = false |  | ||||||
| error_on_line_overflow_comments = false |  | ||||||
| tab_spaces = 4 |  | ||||||
| fn_call_width = 60 |  | ||||||
| struct_lit_width = 18 |  | ||||||
| struct_variant_width = 35 |  | ||||||
| force_explicit_abi = true |  | ||||||
| newline_style = "Unix" |  | ||||||
| fn_brace_style = "SameLineWhere" |  | ||||||
| item_brace_style = "SameLineWhere" |  | ||||||
| control_style = "Rfc" |  | ||||||
| control_brace_style = "AlwaysSameLine" |  | ||||||
| impl_empty_single_line = true |  | ||||||
| trailing_comma = "Vertical" |  | ||||||
| trailing_semicolon = true |  | ||||||
| fn_empty_single_line = true |  | ||||||
| fn_single_line = false |  | ||||||
| fn_return_indent = "WithArgs" |  | ||||||
| fn_args_paren_newline = false |  | ||||||
| fn_args_density = "Tall" |  | ||||||
| fn_args_layout = "Block" |  | ||||||
| array_layout = "Block" |  | ||||||
| array_width = 60 |  | ||||||
| array_horizontal_layout_threshold = 0 |  | ||||||
| type_punctuation_density = "Wide" |  | ||||||
| where_style = "Rfc" |  | ||||||
| where_density = "CompressedIfEmpty" |  | ||||||
| where_layout = "Vertical" |  | ||||||
| where_pred_indent = "Visual" |  | ||||||
| generics_indent = "Block" |  | ||||||
| struct_lit_style = "Block" |  | ||||||
| struct_lit_multiline_style = "ForceMulti" |  | ||||||
| fn_call_style = "Block" |  | ||||||
| report_todo = "Never" |  | ||||||
| report_fixme = "Never" |  | ||||||
| chain_indent = "Block" |  | ||||||
| chain_one_line_max = 60 |  | ||||||
| chain_split_single_child = false |  | ||||||
| imports_indent = "Block" |  | ||||||
| imports_layout = "HorizontalVertical" |  | ||||||
| reorder_extern_crates = true |  | ||||||
| reorder_extern_crates_in_group = true |  | ||||||
| reorder_imports = true |  | ||||||
| reorder_imports_in_group = true |  | ||||||
| reorder_imported_names = true |  | ||||||
| single_line_if_else_max_width = 50 |  | ||||||
| format_strings = true |  | ||||||
| force_format_strings = false |  | ||||||
| take_source_hints = false |  | ||||||
| hard_tabs = false |  | ||||||
| wrap_comments = false |  | ||||||
| comment_width = 80 |  | ||||||
| normalize_comments = false |  | ||||||
| wrap_match_arms = true |  | ||||||
| match_block_trailing_comma = true |  | ||||||
| indent_match_arms = true |  | ||||||
| match_pattern_separator_break_point = "Back" |  | ||||||
| closure_block_indent_threshold = 0 |  | ||||||
| space_before_type_annotation = false |  | ||||||
| space_after_type_annotation_colon = true |  | ||||||
| space_before_struct_lit_field_colon = false |  | ||||||
| space_after_struct_lit_field_colon = true |  | ||||||
| space_before_bound = false |  | ||||||
| space_after_bound_colon = true |  | ||||||
| spaces_around_ranges = false |  | ||||||
| spaces_within_angle_brackets = false |  | ||||||
| spaces_within_square_brackets = false |  | ||||||
| spaces_within_parens = false |  | ||||||
| use_try_shorthand = true |  | ||||||
| write_mode = "Overwrite" |  | ||||||
| condense_wildcard_suffixes = false |  | ||||||
| combine_control_expr = true |  | ||||||
| struct_field_align_threshold = 0 |  | ||||||
| remove_blank_lines_at_start_or_end_of_block = true |  | ||||||
| attributes_on_same_line_as_field = true |  | ||||||
| attributes_on_same_line_as_variant = true |  | ||||||
| multiline_closure_forces_block = false |  | ||||||
| multiline_match_arm_forces_block = false |  | ||||||
| merge_derives = true |  | ||||||
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -20,9 +20,6 @@ matrix: | |||||||
|   allow_failures: |   allow_failures: | ||||||
|     - rust: nightly |     - rust: nightly | ||||||
|  |  | ||||||
| install: |  | ||||||
|   - bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh) |  | ||||||
|  |  | ||||||
| before_script: | before_script: | ||||||
|   - cargo clean |   - cargo clean | ||||||
|  |  | ||||||
| @@ -36,8 +33,7 @@ script: | |||||||
|   # Check with unstable flag |   # Check with unstable flag | ||||||
|   - cargo check --features unstable |   - cargo check --features unstable | ||||||
|  |  | ||||||
|   # Build the test executables in a separate step, since Tarpaulin |   # Build the test executables | ||||||
|   # will not fail on test compile errors. |  | ||||||
|   - cargo build --tests --features unstable |   - cargo build --tests --features unstable | ||||||
|  |  | ||||||
|   # Run tests |   # Run tests | ||||||
| @@ -46,9 +42,6 @@ script: | |||||||
|   # Run h2spec on stable |   # Run h2spec on stable | ||||||
|   - if [ "${TRAVIS_RUST_VERSION}" = "stable" ]; then ./ci/h2spec.sh; fi |   - if [ "${TRAVIS_RUST_VERSION}" = "stable" ]; then ./ci/h2spec.sh; fi | ||||||
|  |  | ||||||
| after_success: |  | ||||||
|   - bash <(curl -Ls https://codecov.io/bash) |  | ||||||
|  |  | ||||||
| deploy: | deploy: | ||||||
|   provider:  pages |   provider:  pages | ||||||
|   skip_cleanup: true |   skip_cleanup: true | ||||||
| @@ -59,10 +52,10 @@ deploy: | |||||||
|     branch: master |     branch: master | ||||||
|     repo: carllerche/h2 |     repo: carllerche/h2 | ||||||
|     rust: stable |     rust: stable | ||||||
|  |  | ||||||
| env: | env: | ||||||
|   global: |   global: | ||||||
|   - secure: LkjG3IYPu7GY7zuMdYyLtdvjR4a6elX6or1Du7LTBz4JSlQXYAaj6DxhfZfm4d1kECIlnJJ2T21BqDoJDnld5lLu6VcXQ2ZEo/2f2k77GQ/9w3erwcDtqxK02rPoslFNzSd2SCdafjGKdbcvGW2HVBEu5gYEfOdu1Cdy6Av3+vLPk5To50khBQY90Kk+cmSd7J0+CHw/wSXnVgIVoO4742+aj5pxZQLx3lsi3ZPzIh1VL4QOUlaI98ybrCVNxADQCeXRRDzj0d8NzeKlkm8eXpgpiMVRJWURMa3rU2sHU9wh+YjMyoqGZWv2LlzG5LBqde3RWPQ99ebxVhlly6RgEom8yvZbavcGJ4BA0OjviLYAMb1Wjlu1paLZikEqlvTojhpzz3PVuIBZHl+rUgnUfkuhfmMzTBJTPHPMP0GtqpIAGpyRwbv56DquuEiubl70FZmz52sXGDseoABv9jQ4SNJrDrA+bfIWkPpWwqnKaWIgGPl0n3GKeceQM3RshpaE59awYUDS4ybjtacb2Fr99fx25mTO2W4x5hcDqAvBohxRPXgRB2y0ZmrcJyCV3rfkiGFUK7H8ZBqNQ6GG/GYilgj40q6TgcnXxUxyKkykDiS9VU0QAjAwz0pkCNipJ+ImS1j0LHEOcKMKZ7OsGOuSqBmF24ewBs+XzXY7dTnM/Xc= |     secure: LkjG3IYPu7GY7zuMdYyLtdvjR4a6elX6or1Du7LTBz4JSlQXYAaj6DxhfZfm4d1kECIlnJJ2T21BqDoJDnld5lLu6VcXQ2ZEo/2f2k77GQ/9w3erwcDtqxK02rPoslFNzSd2SCdafjGKdbcvGW2HVBEu5gYEfOdu1Cdy6Av3+vLPk5To50khBQY90Kk+cmSd7J0+CHw/wSXnVgIVoO4742+aj5pxZQLx3lsi3ZPzIh1VL4QOUlaI98ybrCVNxADQCeXRRDzj0d8NzeKlkm8eXpgpiMVRJWURMa3rU2sHU9wh+YjMyoqGZWv2LlzG5LBqde3RWPQ99ebxVhlly6RgEom8yvZbavcGJ4BA0OjviLYAMb1Wjlu1paLZikEqlvTojhpzz3PVuIBZHl+rUgnUfkuhfmMzTBJTPHPMP0GtqpIAGpyRwbv56DquuEiubl70FZmz52sXGDseoABv9jQ4SNJrDrA+bfIWkPpWwqnKaWIgGPl0n3GKeceQM3RshpaE59awYUDS4ybjtacb2Fr99fx25mTO2W4x5hcDqAvBohxRPXgRB2y0ZmrcJyCV3rfkiGFUK7H8ZBqNQ6GG/GYilgj40q6TgcnXxUxyKkykDiS9VU0QAjAwz0pkCNipJ+ImS1j0LHEOcKMKZ7OsGOuSqBmF24ewBs+XzXY7dTnM/Xc= | ||||||
|   - secure: Kg4vX1l5XI6fbqzMMIASNqBNZdaSWPEBx3iqDrQ5deIfc5T8gSv9g43HcCLTx6IhPZP/o1pjUiect3j77iPddD9bGtwoHbFI5iXnsqiJ0xKnF512i+KW7apHWa7mdiCpnr4IDF0EYv4ErmwoMmzuPU+GuZyBViiGkH5EQ7+TJ51W/r3sW0wSmwE/XRNL5Xuk/hC2yQo9FaqGbp+EROG6uKmczzTzi4BYBDAycYFYFTUDQbyGMbmQi9EpudMtkgW6SYVEiRtndNqq1U/Na5249X/iEsb/ux3Byvu+/MH8grG6s9Tpy3payMgJUwW3QDrL8mIpx3kRq2kg7aEFXw5wD+2TV2h10fSRSv0DpKRUir3+HqmQ4npRomdlWoO9fdxH+iQa1WUCu9yRs0LsZ4FGX1WMsmFX7aroOngBwuTNYBrGuA69cP5kP5dw73IksY+R91IqZvTb7kouS8aBIK9njlTci9zyxp4j35HN9ECxpUKztQpj8Ulj/r8xKypakbogAGbPXhx7nmFqlRt0d2/xzV9Ag1V38SCS8Vtp338ohJnKbEOQChNhtU4ferMH+qLBOHCVvGvArdpNhTrsCsdJ2IGOXp6ww8OvhG+80IDzH//DaTyH0A5HWDjC1DZoBol48KUJQ7c7UTngSGuV5vj/PbfxX3wFbxjKRiHFlkrdoH8= |  | ||||||
|  |  | ||||||
| notifications: | notifications: | ||||||
|   email: |   email: | ||||||
|   | |||||||
| @@ -3,15 +3,9 @@ | |||||||
| A Tokio aware, HTTP/2.0 client & server implementation for Rust. | A Tokio aware, HTTP/2.0 client & server implementation for Rust. | ||||||
|  |  | ||||||
| [](https://travis-ci.org/carllerche/h2) | [](https://travis-ci.org/carllerche/h2) | ||||||
| [](https://codecov.io/gh/carllerche/h2) |  | ||||||
| <!-- [](https://crates.io/crates/h2) --> | <!-- [](https://crates.io/crates/h2) --> | ||||||
| <!-- [][dox] --> | <!-- [][dox] --> | ||||||
|  |  | ||||||
| **This library is not production ready. Do not try to use it in a production |  | ||||||
| environment or you will regret it!** This crate is still under active |  | ||||||
| development and there has not yet been any focus on documentation (because you |  | ||||||
| shouldn't be using it yet!). |  | ||||||
|  |  | ||||||
| More information about this crate can be found in the [crate documentation][dox] | More information about this crate can be found in the [crate documentation][dox] | ||||||
|  |  | ||||||
| [dox]: https://carllerche.github.io/h2/h2 | [dox]: https://carllerche.github.io/h2/h2 | ||||||
|   | |||||||
							
								
								
									
										26
									
								
								codecov.yml
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								codecov.yml
									
									
									
									
									
								
							| @@ -1,26 +0,0 @@ | |||||||
| codecov: |  | ||||||
|   notify: |  | ||||||
|     require_ci_to_pass: true |  | ||||||
|  |  | ||||||
| coverage: |  | ||||||
|   status: |  | ||||||
|     project: |  | ||||||
|       default: |  | ||||||
|         threshold: 5% |  | ||||||
|   ignore: |  | ||||||
|     - fixtures/.* |  | ||||||
|     - examples/.* |  | ||||||
|     - util/.* |  | ||||||
|     - tests/.* |  | ||||||
|     - src/hpack/test/.* |  | ||||||
|   notify: |  | ||||||
|     slack: |  | ||||||
|       default: |  | ||||||
|         url: "https://hooks.slack.com/services/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" |  | ||||||
|         threshold: 5% |  | ||||||
|         only_pulls: false |  | ||||||
|         branches: null |  | ||||||
|         flags: null |  | ||||||
|         paths: null |  | ||||||
|  |  | ||||||
| comment: off |  | ||||||
		Reference in New Issue
	
	Block a user