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

toml-rs / toml
82%

Build:
DEFAULT BRANCH: main
Repo Added 26 Apr 2024 06:12PM UTC
Token ZU0KDt69gOwCShDvnLPDMqHHFpv1S8PQQ regen
Build 777 Last
Files 146
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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 11
  • another-recursion-fix
  • aot-replace
  • array
  • array-of-tables-insert
  • assert
  • bench
  • bignum
  • borrow
  • break
  • check
  • cleanup
  • clippy
  • context
  • datetime
  • de
  • debug
  • debugerror
  • default
  • dependabot/cargo/rand-0.9.4
  • dishmaker/toml_less_llvm_lines
  • docs
  • docs/span-hyperlink
  • document_root_decor
  • dt
  • dup
  • e-1
  • e1
  • e2
  • edit
  • encode-key
  • eof
  • eol
  • error
  • escape
  • f
  • feature
  • features
  • features-indexmap
  • fix
  • fix-691
  • fix-infinite-loop
  • fix-nightly
  • fix-toml_edit-parse-panic
  • fix_typo
  • fuzz
  • hash
  • helpers
  • inf
  • inline
  • into
  • invalid
  • is_
  • item
  • key
  • key-quotes
  • license
  • lint
  • loqusion_main
  • main
  • map
  • map-get-kv
  • metadata
  • micro-optimisations
  • mixed
  • msrcv
  • msrv
  • multi
  • mut
  • new
  • no_std
  • opt
  • optional
  • order
  • p
  • panic
  • parse
  • parse_fork
  • parser
  • patch-1
  • patch-3
  • perf
  • perf-features
  • position
  • pr-61a0488d
  • preserve
  • pretty
  • raw
  • recover
  • recurse
  • recursion-fix
  • refs/pull/731/merge
  • rename
  • renovate/actions-checkout-5.x
  • renovate/actions-checkout-6.x
  • renovate/actions-setup-python-6.x
  • renovate/anstream-1.x
  • renovate/compatible-(dev)
  • renovate/crate-ci-committed-1.x
  • renovate/crate-ci-committed-digest
  • renovate/crate-ci-typos-1.x
  • renovate/crate-ci-typos-digest
  • renovate/embarkstudios-cargo-deny-action-2.x
  • renovate/github-codeql-action-4.x
  • renovate/j178-prek-action-2.x
  • renovate/libtest-mimic-0.x
  • renovate/migrate-config
  • renovate/prek-0.x
  • renovate/snapbox-1.x
  • renovate/stable-1.x
  • renovate/toml-test
  • renovate/toml_old-0.x
  • req
  • revert
  • rfefactor
  • s2
  • ser
  • serde
  • serde_core
  • snapbox
  • some
  • span
  • spanned
  • t
  • table
  • template
  • test
  • test3
  • toml-edit-insert
  • toml-writer-integer
  • u64
  • unbounded
  • under
  • unicode-width
  • unordered
  • update
  • update-docs
  • utf8-fix
  • w
  • w1
  • w2
  • warning
  • winnow07
  • write
  • write-buffer
  • write1
  • write2
  • writer
  • ws
  • ws-comment-newline

26 May 2026 09:53AM UTC coverage: 81.697%. Remained the same
26445269302

push

github

web-flow
chore(deps): Update Prek to v0.4.2 (#1164)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | patch | `0.4.1` →
`0.4.2` |

---

### Release Notes

<details>
<summary>j178/prek (prek)</summary>

###
[`v0.4.2`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#042)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.4.1...v0.4.2)

Released on 2026-05-26.

##### Highlights

0.4.2 is mainly about making `prek run` faster in large repos.

`prek` now does less `git diff` work. After hooks run, `prek` uses diff
checks
to detect files changed by hooks. If a hook modifies files, prek marks
that hook
as failed. That is important, but full diff snapshots can be slow in big
repos,
especially when they happen after every hook group.

We skip the expensive diff path in two common cases: built-in hooks that
prek
knows are read-only, and clean worktrees where a cheap dirty check is
enough
unless a hook actually changes files. In the right large-repo workload,
skipping that work can make runs up to 10x faster.

Workspace mode is faster too. Hooks have historically been too serial.
Priority-based concurrency helped, but it required users to choose good
`priority` values. Now sibling projects at the same workspace depth run
in
parallel automatically. Their files do not overlap, so this is safe and
needs
no extra config. For multi-project workspaces, this can dramatically
reduce
total hook time.

##### Sponsorship

If `prek` saves time for you or your team, please consider sponsoring
the
project on [GitHub Sponsors](https://redirect.github.com/sponsors/j178).
It helps keep
new features, performance work, and maintenance moving.

##### Enhancements

- Run same-depth projects concurrently
([#&#8203;2110](https://redirect.github.com/j178/prek/pull/2110))
- Make rustup install profile configurable
([#&#8203;2111](https://redirect.github.com/j178/prek/pull/2111))
- S... (continued)

13337 of 16325 relevant lines covered (81.7%)

5.13 hits per line

Relevant lines Covered
Build:
Build:
16325 RELEVANT LINES 13337 COVERED LINES
5.13 HITS PER LINE
Source Files on main
  • Tree
  • List 146
  • 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
26445269302 main chore(deps): Update Prek to v0.4.2 (#1164) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.1` → `0.4.2` | --- ### Release Notes <details> <summ... push 26 May 2026 09:54AM UTC web-flow github
81.7
26444833338 renovate/prek-0.x Merge a5a0968f3 into ce874e7ef Pull #1164 26 May 2026 09:45AM UTC web-flow github
81.7
26415256586 main chore: Update toml-test (#1163) push 25 May 2026 06:53PM UTC web-flow github
81.7
26414913903 update Merge f33ed68af into 1bf7c679d Pull #1163 25 May 2026 06:43PM UTC web-flow github
81.7
26142993798 main chore(deps): Update Prek to v0.4.1 (#1161) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.0` → `0.4.1` | --- ### Release Notes <details> <summ... push 20 May 2026 05:20AM UTC web-flow github
81.7
26142714249 renovate/prek-0.x Merge d1d137485 into de323c58c Pull #1161 20 May 2026 05:12AM UTC web-flow github
81.7
25872192309 main chore(deps): Update Prek to v0.4.0 (#1160) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | minor | `0.3.13` → `0.4.0` | --- ### Release Notes <details> <sum... push 14 May 2026 04:36PM UTC web-flow github
81.7
25864653898 renovate/prek-0.x Merge 4e4753bf4 into 44b157e64 Pull #1160 14 May 2026 02:09PM UTC web-flow github
81.7
25530010737 dependabot/cargo/rand-0.9.4 Merge 5b11ff58f into 44b157e64 Pull #1142 08 May 2026 12:42AM UTC web-flow github
81.7
25529971185 main chore: Update toml-test (#1156) push 08 May 2026 12:41AM UTC web-flow github
81.7
See All Builds (776)

Badge your Repo: toml

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

© 2026 Coveralls, Inc