eclipse-uprotocol / eclipse-uprotocol/up-rust-py
UUri has no usable API
Open
- Dominant language
- Rust
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It's just an empty struct. Missing:
- __repr__ / __str__ — no way to see what URI it represents
- authority_name(), resource_id(), uentity_*() accessors
- is_empty(), is_remote(), matches() predicates
- from_str() / to_uri() serialization
Contributor guide
Research direction
Start by locating the empty UUri struct and the Python binding entry point. Use the issue's method list as the checklist, then inspect the surrounding project conventions before implementing the accessors, predicates, display methods, and serialization; done means each listed operation is usable and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100