Skip to content

Commit 158774a

Browse files
added a conversion function from uri to iceorxy2 addressing scheme + tests
1 parent 5ebc776 commit 158774a

6 files changed

Lines changed: 1527 additions & 1404 deletions

File tree

.github/workflows/check.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: Rust Project CI
2-
3-
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
8-
9-
jobs:
10-
build_and_test:
11-
runs-on: ubuntu-latest
12-
13-
steps:
14-
- uses: actions/checkout@v4
15-
16-
- name: Build
17-
run: cargo build --verbose
18-
19-
- name: Run tests
1+
name: Rust Project CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
build_and_test:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: Build
17+
run: cargo build --verbose
18+
19+
- name: Run tests
2020
run: cargo test --verbose

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/target
1+
/target

0 commit comments

Comments
 (0)