Skip to content

added a conversion function from uri to iceorxy2 addressing scheme #24

added a conversion function from uri to iceorxy2 addressing scheme

added a conversion function from uri to iceorxy2 addressing scheme #24

Workflow file for this run

name: Rust Project CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose