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

kbknapp / clap-rs / 2198
89%
master: 94%

Build:
Build:
LAST BUILD BRANCH: issues-839,840
DEFAULT BRANCH: master
Ran 28 Jun 2016 04:57AM UTC
Jobs 1
Files 46
Run time 3s
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

pending completion
2198

push

travis-ci

homu
Auto merge of #544 - kbknapp:issue-543, r=kbknapp

imp(arg_enum!): allows using meta items like repr(C) with arg_enum!s

One can now use more than one meta item, and things like `#[repr(C)]`

Example:

```rust

arg_enum! {
	#[repr(C)]
	#[derive(Debug)]
	pub enum MyEnum {
		A=1,
		B=2
	}
}

```

Closes #543

5063 of 5977 relevant lines covered (84.71%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
4 2198.4 28 Jun 2016 04:57AM UTC 0
84.71
Travis Job 2198.4
Source Files on build 2198
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2198
  • 3d5d865f on github
  • Prev Build on auto (#2190)
  • Next Build on auto (#2206)
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

© 2026 Coveralls, Inc