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

rust-cli / config-rs
65%

Build:
DEFAULT BRANCH: main
Repo Added 22 Oct 2024 09:26PM UTC
Token 4aR29sRNhsrK7fFGP2KJmwavmyRvgpLoR regen
Build 210 Last
Files 22
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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • allow-bool-hash-and-dont-panic
  • allow-format-with-pathbuf
  • anoa/doc_sep
  • async
  • better-parse-errors
  • changelog-typo
  • chore/remove-helper-add-dummy-extension
  • chore/update-ron-to-0.9.0
  • core
  • deprecated
  • docs
  • empty-default
  • env_list_of_structs
  • feat/corn-format
  • feat/error-path-on-deserialization
  • feat/improve-errors
  • fix/build-dev-deps-without-openssl
  • format
  • handle-float-and-bool-hash-keys
  • handle-non-utf8-env
  • https
  • key
  • lazy
  • lower
  • master
  • negative
  • null
  • patch-1
  • path
  • perf
  • prealloc-array
  • r
  • refactor
  • refactor/find-file
  • renovate/actions-checkout-5.x
  • renovate/crate-tokio-vulnerability
  • renovate/float-cmp-0.x
  • renovate/migrate-config
  • renovate/notify-7.x
  • renovate/notify-8.x
  • renovate/reqwest-0.x
  • renovate/rust-ini-0.x
  • renovate/stable-1.x
  • renovate/warp-0.x
  • renovate/yaml-rust2-0.x
  • serde
  • support-utf8-bom-files
  • template
  • test
  • toml
  • unify
  • update
  • utf8
  • w7

03 Nov 2025 04:51PM UTC coverage: 64.694%. Remained the same
19042449221

push

github

web-flow
chore(deps): Update Rust Stable to v1.91 (#712)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.90`
-> `1.91` |

---

### Release Notes

<details>
<summary>rust-lang/rust (STABLE)</summary>

###
[`v1.91`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1910-2025-10-30)

[Compare
Source](https://redirect.github.com/rust-lang/rust/compare/1.90.0...1.91.0)

\==========================

<a id="1.91.0-Language"></a>

## Language

- [Lower pattern bindings in the order they're written and base drop
order on primary bindings'
order](https://redirect.github.com/rust-lang/rust/pull/143764)
- [Stabilize declaration of C-style variadic functions for `sysv64`,
`win64`, `efiapi`, and `aapcs`
ABIs](https://redirect.github.com/rust-lang/rust/pull/144066).
This brings these ABIs in line with the C ABI: variadic functions can be
declared in extern blocks but not defined.
- [Add `dangling_pointers_from_locals` lint to warn against dangling
pointers from local
variables](https://redirect.github.com/rust-lang/rust/pull/144322)
- [Upgrade `semicolon_in_expressions_from_macros` from warn to
deny](https://redirect.github.com/rust-lang/rust/pull/144369)
- [Stabilize LoongArch32 inline
assembly](https://redirect.github.com/rust-lang/rust/pull/144402)
- [Add warn-by-default `integer_to_ptr_transmutes` lint against
integer-to-pointer
transmutes](https://redirect.github.com/rust-lang/rust/pull/144531)
- [Stabilize `sse4a` and `tbm` target
features](https://redirect.github.com/rust-lang/rust/pull/144542)
- [Add `target_env = "macabi"` and `target_env = "sim"`
cfgs](https://redirect.github.com/rust-lang/rust/pull/139451) as
replacements for the `target_abi` cfgs with the same values.

<a id="1.91.0-Compiler"></a>

## Compiler

- [Don't warn on never-to-any `as` casts as
unreachable](https://redirect.github.com/rust-lang/rust/pull/144804)

<a id="1.91.0... (continued)

951 of 1470 relevant lines covered (64.69%)

3.66 hits per line

Relevant lines Covered
Build:
Build:
1470 RELEVANT LINES 951 COVERED LINES
3.66 HITS PER LINE
Source Files on main
  • Tree
  • List 22
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19042449221 main chore(deps): Update Rust Stable to v1.91 (#712) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.90` -> `1.91` | --- ### Release Notes <det... push 03 Nov 2025 04:52PM UTC web-flow github
64.69
19042293314 main style: Make clippy happy push 03 Nov 2025 04:50PM UTC epage github
64.69
18750157020 main Merge 1f7f1175d into bf6e25693 Pull #710 23 Oct 2025 02:00PM UTC web-flow github
64.85
18744557137 main Merge bab1683c0 into bf6e25693 Pull #710 23 Oct 2025 11:39AM UTC web-flow github
64.85
18712091061 main Merge fdee30be5 into bf6e25693 Pull #710 22 Oct 2025 02:42PM UTC web-flow github
65.18
18169995909 main chore: Update dependencies (#702) push 01 Oct 2025 05:15PM UTC web-flow github
64.85
18165714256 main chore(deps): Update actions/checkout action to v5 (#701) > [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This... push 01 Oct 2025 02:36PM UTC web-flow github
64.85
18139610542 main chore: Release config version 0.15.18 push 30 Sep 2025 06:24PM UTC epage github
64.85
18139561369 main feat: Improve errors from try_deserialize (#695) Enables user code to handle missing and invalid fields after calling try_deserialize instead of having to match and search in the string returned in `ConfigError::Message`. Personally I deem the `... push 30 Sep 2025 06:22PM UTC web-flow github
64.85
18136045821 main chore: Update from _rust template (#699) push 30 Sep 2025 04:02PM UTC web-flow github
64.77
See All Builds (210)

Badge your Repo: config-rs

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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