Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 8da183f

Browse files
committed
.
Signed-off-by: Yoshua Wuyts <[email protected]>
0 parents  commit 8da183f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3672
-0
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of
9+
experience,
10+
education, socio-economic status, nationality, personal appearance, race,
11+
religion, or sexual identity and orientation.
12+
13+
## Our Standards
14+
15+
Examples of behavior that contributes to creating a positive environment
16+
include:
17+
18+
- Using welcoming and inclusive language
19+
- Being respectful of differing viewpoints and experiences
20+
- Gracefully accepting constructive criticism
21+
- Focusing on what is best for the community
22+
- Showing empathy towards other community members
23+
24+
Examples of unacceptable behavior by participants include:
25+
26+
- The use of sexualized language or imagery and unwelcome sexual attention or
27+
advances
28+
- Trolling, insulting/derogatory comments, and personal or political attacks
29+
- Public or private harassment
30+
- Publishing others' private information, such as a physical or electronic
31+
address, without explicit permission
32+
- Other conduct which could reasonably be considered inappropriate in a
33+
professional setting
34+
35+
36+
## Our Responsibilities
37+
38+
Project maintainers are responsible for clarifying the standards of acceptable
39+
behavior and are expected to take appropriate and fair corrective action in
40+
response to any instances of unacceptable behavior.
41+
42+
Project maintainers have the right and responsibility to remove, edit, or
43+
reject comments, commits, code, wiki edits, issues, and other contributions
44+
that are not aligned to this Code of Conduct, or to ban temporarily or
45+
permanently any contributor for other behaviors that they deem inappropriate,
46+
threatening, offensive, or harmful.
47+
48+
## Scope
49+
50+
This Code of Conduct applies both within project spaces and in public spaces
51+
when an individual is representing the project or its community. Examples of
52+
representing a project or community include using an official project e-mail
53+
address, posting via an official social media account, or acting as an appointed
54+
representative at an online or offline event. Representation of a project may be
55+
further defined and clarified by project maintainers.
56+
57+
## Enforcement
58+
59+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
60+
reported by contacting the project team at [email protected], or through
61+
IRC. All complaints will be reviewed and investigated and will result in a
62+
response that is deemed necessary and appropriate to the circumstances. The
63+
project team is obligated to maintain confidentiality with regard to the
64+
reporter of an incident.
65+
Further details of specific enforcement policies may be posted separately.
66+
67+
Project maintainers who do not follow or enforce the Code of Conduct in good
68+
faith may face temporary or permanent repercussions as determined by other
69+
members of the project's leadership.
70+
71+
## Attribution
72+
73+
This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
74+
available at
75+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

.github/CONTRIBUTING.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Contributing
2+
Contributions include code, documentation, answering user questions, running the
3+
project's infrastructure, and advocating for all types of users.
4+
5+
The project welcomes all contributions from anyone willing to work in good faith
6+
with other contributors and the community. No contribution is too small and all
7+
contributions are valued.
8+
9+
This guide explains the process for contributing to the project's GitHub
10+
Repository.
11+
12+
- [Code of Conduct](#code-of-conduct)
13+
- [Bad Actors](#bad-actors)
14+
15+
## Code of Conduct
16+
The project has a [Code of Conduct](./CODE_OF_CONDUCT.md) that *all*
17+
contributors are expected to follow. This code describes the *minimum* behavior
18+
expectations for all contributors.
19+
20+
As a contributor, how you choose to act and interact towards your
21+
fellow contributors, as well as to the community, will reflect back not only
22+
on yourself but on the project as a whole. The Code of Conduct is designed and
23+
intended, above all else, to help establish a culture within the project that
24+
allows anyone and everyone who wants to contribute to feel safe doing so.
25+
26+
Should any individual act in any way that is considered in violation of the
27+
[Code of Conduct](./CODE_OF_CONDUCT.md), corrective actions will be taken. It is
28+
possible, however, for any individual to *act* in such a manner that is not in
29+
violation of the strict letter of the Code of Conduct guidelines while still
30+
going completely against the spirit of what that Code is intended to accomplish.
31+
32+
Open, diverse, and inclusive communities live and die on the basis of trust.
33+
Contributors can disagree with one another so long as they trust that those
34+
disagreements are in good faith and everyone is working towards a common
35+
goal.
36+
37+
## Bad Actors
38+
All contributors to tacitly agree to abide by both the letter and
39+
spirit of the [Code of Conduct](./CODE_OF_CONDUCT.md). Failure, or
40+
unwillingness, to do so will result in contributions being respectfully
41+
declined.
42+
43+
A *bad actor* is someone who repeatedly violates the *spirit* of the Code of
44+
Conduct through consistent failure to self-regulate the way in which they
45+
interact with other contributors in the project. In doing so, bad actors
46+
alienate other contributors, discourage collaboration, and generally reflect
47+
poorly on the project as a whole.
48+
49+
Being a bad actor may be intentional or unintentional. Typically, unintentional
50+
bad behavior can be easily corrected by being quick to apologize and correct
51+
course *even if you are not entirely convinced you need to*. Giving other
52+
contributors the benefit of the doubt and having a sincere willingness to admit
53+
that you *might* be wrong is critical for any successful open collaboration.
54+
55+
Don't be a bad actor.

.github/ISSUE_TEMPLATE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Thanks for filing an issue 😄 ! Before you submit, please read the following:
3+
4+
- Please search open/closed issues before submitting since someone might have asked the same thing before!
5+
- Note that by making a contribution, you agree to our Developer Certificate of Origin.
6+
-->
7+
8+
**Choose one:** is this a 🐛 bug report, a 🙋 feature request, or a 🔦 question?
9+
10+
<!-- Provide a general summary of the issue in the title above -->
11+
12+
## Expected Behavior
13+
14+
<!-- If you're describing a bug, tell us what should happen -->
15+
<!-- If you're suggesting a change/improvement, tell us how it should work -->
16+
17+
## Current Behavior
18+
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
19+
<!-- If you are seeing an error, please include the full error message and stack trace -->
20+
<!-- If suggesting a change/improvement, explain the difference from current behavior -->
21+
22+
## Possible Solution
23+
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
24+
<!-- or ideas how to implement the addition or change -->
25+
26+
## Context
27+
<!-- How has this issue affected you? What are you trying to accomplish? -->
28+
<!-- Providing context helps us come up with a solution that is most useful in the real world -->
29+
30+
## Code Sample
31+
<!-- If you are seeing an error, please provide a code repository, gist or sample files to reproduce the issue -->
32+
33+
## Your Environment
34+
<!-- Include as many relevant details about the environment you experienced the bug in -->
35+
36+
| Software | Version(s) |
37+
| ---------------- | ---------- |
38+
| Package |
39+
| Runtime |
40+
| Package Manager |
41+
| Operating System |

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
Thanks for creating a Pull Request 😄 ! Before you submit, please read the following:
3+
- Read our CONTRIBUTING.md file before submitting a patch.
4+
- By making a contribution, you agree to our Developer Certificate of Origin.
5+
-->
6+
7+
**Choose one:** is this a 🐛 bug fix, a 🙋 feature, or a 🔦 documentation change?
8+
9+
<!-- Provide a general summary of the changes in the title above -->
10+
11+
## Checklist
12+
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
13+
- [ ] tests pass
14+
- [ ] tests and/or benchmarks are included
15+
- [ ] documentation is changed or added
16+
17+
## Context
18+
<!-- Is this related to any GitHub issue(s)? -->
19+
20+
## Semver Changes
21+
<!-- Which semantic version change would you recommend? -->

.github/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
daysUntilStale: 90
4+
daysUntilClose: 7
5+
exemptLabels:
6+
- pinned
7+
- security
8+
exemptProjects: false
9+
exemptMilestones: false
10+
staleLabel: wontfix
11+
markComment: >
12+
This issue has been automatically marked as stale because it has not had
13+
recent activity. It will be closed if no further activity occurs. Thank you
14+
for your contributions.
15+
unmarkComment: false
16+
closeComment: false
17+
limitPerRun: 30

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
coverage/
2+
target/
3+
tmp/
4+
dist/
5+
npm-debug.log*
6+
Cargo.lock
7+
.DS_Store

Cargo.toml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[package]
2+
name = "runtime"
3+
description = "Empowering everyone to build asynchronous software."
4+
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
6+
authors = ["The Rust Async Ecosystem Working Group"]
7+
keywords = ["async", "runtime", "generic", "tokio", "romio"]
8+
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]
9+
edition = "2018"
10+
11+
[dependencies]
12+
futures-preview = { version = "0.3.0-alpha.13", features = ["compat", "io-compat"] }
13+
runtime-attributes = { path = "runtime-attributes" }
14+
runtime-raw = { path = "runtime-raw" }
15+
16+
[dev-dependencies]
17+
failure = "0.1.5"
18+
futures01 = { package = "futures", version = "0.1" }
19+
juliex = "0.3.0-alpha.2"
20+
mio = "0.6.16"
21+
rand = "0.6.5"
22+
runtime-native = { path = "runtime-native" }
23+
runtime-tokio = { path = "runtime-tokio" }
24+
tokio = "0.1.18"
25+
26+
[profile.bench]
27+
codegen-units = 1
28+
incremental = false
29+
30+
[workspace]
31+
members = [
32+
".",
33+
"runtime-attributes",
34+
"runtime-native",
35+
"runtime-raw",
36+
"runtime-tokio",
37+
]

0 commit comments

Comments
 (0)