Skip to content

Commit

Permalink
refactor: for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Mar 24, 2024
1 parent 8952a20 commit af28d0c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ jobs:
components: clippy,rustfmt

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2

- name: Build | Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
run: cargo clippy -- -D warnings

- name: Build | Rustfmt
run: cargo fmt --all -- --check
Expand All @@ -43,7 +40,7 @@ jobs:
targets: wasm32-unknown-unknown

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2

- name: Build | Check (native)
run: cargo check --all
Expand All @@ -70,7 +67,7 @@ jobs:
uses: jetli/[email protected]

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2

- name: Build | Test (native)
run: cargo test --all
Expand Down
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,25 @@ let result = loop {
assert_eq!(5, result);
```

## Community

All Loopy projects and development happens in the [Loopy Discord](https://discord.gg/zrjnQzdjCB). The discord is open to the public.

Contributions are welcome by pull request. The [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct) applies.

## License

This project is dual-licensed under both [Apache 2.0](LICENSE-APACHE) and [MIT](LICENSE-MIT) licenses.
Licensed under either of

- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)

at your option

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

0 comments on commit af28d0c

Please sign in to comment.