• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

varlink / rust
53%
master: 56%

Build:
Build:
LAST BUILD BRANCH: feature/introspection
DEFAULT BRANCH: master
Repo Added 19 Mar 2018 03:36PM UTC
Files 27
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/introspection
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • asn-generator
  • clap_update
  • dependabot/cargo/bitflags-2.0.0
  • dependabot/cargo/bitflags-2.0.2
  • dependabot/cargo/bitflags-2.1.0
  • dependabot/cargo/bitflags-2.2.1
  • dependabot/cargo/bitflags-2.3.1
  • dependabot/cargo/bitflags-2.3.3
  • dependabot/cargo/bitflags-2.4.0
  • dependabot/cargo/bitflags-2.4.1
  • dependabot/cargo/bitflags-2.6.0
  • dependabot/cargo/clap_complete-4.5.60
  • dependabot/cargo/colored-3.0.0
  • dependabot/cargo/proc-macro2-1.0.103
  • dependabot/cargo/quote-1.0.42
  • dependabot/cargo/syn-2.0.10
  • dependabot/cargo/syn-2.0.108
  • dependabot/cargo/syn-2.0.110
  • dependabot/cargo/syn-2.0.13
  • dependabot/cargo/syn-2.0.15
  • dependabot/cargo/syn-2.0.16
  • dependabot/cargo/syn-2.0.27
  • dependabot/cargo/syn-2.0.28
  • dependabot/cargo/syn-2.0.29
  • dependabot/cargo/syn-2.0.3
  • dependabot/cargo/syn-2.0.31
  • dependabot/cargo/syn-2.0.32
  • dependabot/cargo/syn-2.0.37
  • dependabot/cargo/syn-2.0.38
  • dependabot/cargo/uds_windows-1.0.1
  • feature/introspection
  • master
  • peg
  • refs/heads/dependabot/cargo/syn-2.0.18
  • refs/tags/varlink-cli-4.5.3
  • refs/tags/varlink_generator-10.1.0
  • refs/tags/varlink_parser-4.2.0
  • remove-unix_socket-dep
  • rust-version
  • style
  • syn-2-upgrade
  • unignore-tests
  • v13

16 Dec 2025 06:22PM UTC coverage: 53.421% (-2.2%) from 55.632%
20278393251

Pull #139

github

haraldh
feat: add AsyncVarlinkService for async introspection support

Add introspection support (GetInfo, GetInterfaceDescription) for async
varlink services, addressing issue #138.

Changes:
- Add AsyncInterface trait extending AsyncConnectionHandler with
  get_name() and get_description() methods
- Add AsyncVarlinkService struct that wraps async handlers and provides
  org.varlink.service introspection methods
- Add push_request() method to sansio::Server for request delegation
- Update code generator to implement AsyncInterface for async handlers
- Update async_ping example to demonstrate introspection usage
- Update documentation to show AsyncVarlinkService as the recommended
  approach for async servers

Closes #138

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Pull Request #139: feat: add AsyncVarlinkService for async introspection support

30 of 62 new or added lines in 2 files covered. (48.39%)

2670 of 4998 relevant lines covered (53.42%)

16.64 hits per line

Relevant lines Covered
Build:
Build:
4998 RELEVANT LINES 2670 COVERED LINES
16.64 HITS PER LINE
Source Files on master
  • Tree
  • List 27
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20278393251 feature/introspection feat: add AsyncVarlinkService for async introspection support Add introspection support (GetInfo, GetInterfaceDescription) for async varlink services, addressing issue #138. Changes: - Add AsyncInterface trait extending AsyncConnectionHandler wi... Pull #139 16 Dec 2025 06:24PM UTC haraldh github
53.42
20278348963 feature/introspection Merge 3f7533c81 into 21e63d62f Pull #139 16 Dec 2025 06:22PM UTC web-flow github
53.75
20278344415 feature/introspection feat: add AsyncVarlinkService for async introspection support Add introspection support (GetInfo, GetInterfaceDescription) for async varlink services, addressing issue #138. Changes: - Add AsyncInterface trait extending AsyncConnectionHandler wi... push 16 Dec 2025 06:22PM UTC haraldh github
53.42
19235162164 dependabot/cargo/syn-2.0.110 build(deps): bump syn from 2.0.107 to 2.0.110 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.107 to 2.0.110. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.107...2.0.110) -... Pull #136 10 Nov 2025 02:35PM UTC web-flow github
55.63
19235165526 dependabot/cargo/quote-1.0.42 build(deps): bump quote from 1.0.41 to 1.0.42 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.41...1.0.42... Pull #137 10 Nov 2025 02:35PM UTC web-flow github
55.63
19037470377 dependabot/cargo/clap_complete-4.5.60 build(deps): bump clap_complete from 4.5.59 to 4.5.60 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.59 to 4.5.60. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/mas... Pull #135 03 Nov 2025 02:12PM UTC web-flow github
55.63
18943156222 dependabot/cargo/syn-2.0.108 build(deps): bump syn from 2.0.107 to 2.0.108 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.107 to 2.0.108. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.107...2.0.108) -... Pull #133 30 Oct 2025 02:00PM UTC web-flow github
55.63
18943157512 dependabot/cargo/syn-2.0.108 Merge 213a24baf into 21e63d62f Pull #133 30 Oct 2025 02:00PM UTC web-flow github
55.63
18943156768 dependabot/cargo/proc-macro2-1.0.103 build(deps): bump proc-macro2 from 1.0.101 to 1.0.103 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.101 to 1.0.103. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/p... Pull #134 30 Oct 2025 02:00PM UTC web-flow github
55.63
18943125814 master chore: update `peg` to v0.8.5 and adjust interface parsing logic (#132) refactor `ParseInterface` function and test cases to include `full_input` parameter for improved parsing. push 30 Oct 2025 01:59PM UTC web-flow github
55.63
See All Builds (312)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc