Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Add resolve feature #24

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Draft: Add resolve feature #24

merged 2 commits into from
Mar 5, 2024

Conversation

hrzlgnm
Copy link
Owner

@hrzlgnm hrzlgnm commented Mar 5, 2024

Todos:

struct ServiceType {
   name: String,
   protocol: String, // ._tcp, _udp and so on...
}

Closes #12
Closes #22

@hrzlgnm hrzlgnm marked this pull request as draft March 5, 2024 22:22
src/app.rs Show resolved Hide resolved
@hrzlgnm hrzlgnm marked this pull request as ready for review March 5, 2024 22:38
@hrzlgnm hrzlgnm merged commit 0d2114b into main Mar 5, 2024
3 checks passed
@hrzlgnm hrzlgnm deleted the feat/resolve-feature branch March 5, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add console_error_panic_hook Add resolving feature
1 participant