Skip to content

Commit 27c2ec1

Browse files
committed
layout for a new work-item 'iri'
1 parent b498530 commit 27c2ec1

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

Diff for: .github/CODEOWNER

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
# Owners of the /dummy work-item
1010
/dummy @pchampin @Tpt # ...
1111

12+
# Owners of the /iri work-item
13+
/iri @pchampin
14+
1215
# Owners of another work item
1316
# ...

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
members = [
44
"dummy",
5+
"iri",
56
]
67
resolver = "3"
78

Diff for: iri/Cargo.toml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[package]
2+
name = "r2c2_iri"
3+
version.workspace = true
4+
authors.workspace = true
5+
edition.workspace = true
6+
repository.workspace = true
7+
readme.workspace = true
8+
license-file.workspace = true
9+
keywords.workspace = true
10+
11+
[dependencies]
12+
13+
[lints]
14+
workspace = true

Diff for: iri/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//! TODO: define types and traits for handling IRIs.
2+
3+
#[cfg(test)]
4+
mod tests {}

0 commit comments

Comments
 (0)