Add helper methods (col,row)_count and is_empty. The first set of methods return the number of columns and rows
respectively. The method is_empty returns if the table is empty (contains no data rows). Implemented by
Techassi in #119.
Add helper methods (col,row)_count and is_empty. The first set of methods return the number of columns and rows
respectively. The method is_empty returns if the table is empty (contains no data rows). Implemented by
Techassi in #119.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 7 updates:
1.0.189
1.0.190
0.7.12
0.7.13
0.21.4
0.21.5
1.10.1
1.10.2
4.4.6
4.4.7
7.0.1
7.1.0
0.8.2
0.8.4
Updates
serde
from 1.0.189 to 1.0.190Release notes
Sourced from serde's releases.
Commits
edb1a58
Release 1.0.19011c2917
Merge pull request #2637 from dtolnay/nansign6ba9c12
Float copysign does not exist in libcore yetd2fcc34
Ensure f32 deserialized from f64 and vice versa preserve NaN signa091a07
Add float NaN testsbb4135c
Fix unused imports8de84b7
Resolve get_first clippy lint9cdf332
Remove 'remember to update' reminder from Cargo.tomlUpdates
wide
from 0.7.12 to 0.7.13Commits
86ff930
chore: Release wide version 0.7.13b418284
i guess tier2 mips isn't a thing anymorefe73f07
as_array_mut added to all simd types. (#142)aba67bf
Add dot product for i16. (#136)Updates
base64
from 0.21.4 to 0.21.5Changelog
Sourced from base64's changelog.
Commits
7f81baf
v0.21.595dda57
Merge pull request #255 from marshallpierce/mp/debugbda313a
Add Debug and Clone to general purpose Engine53a8737
Merge pull request #254 from marshallpierce/mp/ci-all-targetsc423b6e
CI for all targets w/o default features9eaf503
Merge pull request #253 from kpreid/features-and-build04451fb
Allowcargo test
to complete under any set of features.2ee1a00
no_std
import simplification.Updates
regex
from 1.10.1 to 1.10.2Changelog
Sourced from regex's changelog.
Commits
5f1f1c8
1.10.21a54a82
deps: bump regex-automata to 0.4.361242b1
regex-automata-0.4.350fe7d1
changelog: 1.10.2eb950f6
automata/meta: revert broadening of reverse suffix optimizatione7bd19d
regex-lite-0.1.50086dec
lite: fix stack overflow test4ae1472
tests: fix compilation of doctests on 32-bit architecturescd79881
regex-lite-0.1.4466e42c
lite: fix stack overflow in NFA compilerUpdates
clap
from 4.4.6 to 4.4.7Changelog
Sourced from clap's changelog.
Commits
9bfa5a3
chore: Release38b5a2f
chore: Releasee485448
docs: Update changelogf801a03
Merge pull request #5181 from alexcrichton/smaller-is-number9a9aabc
refactor: Reduce code size of testing tokens if they're a number1b84314
Merge pull request #5176 from epage/depdcced5a
chore: Bump completestf4319bc
Merge pull request #5174 from kpreid/patch-171c1e59
docs: Fix doc link toArg::trailing_var_arg
deebc1f
Merge pull request #5172 from epage/styleUpdates
comfy-table
from 7.0.1 to 7.1.0Release notes
Sourced from comfy-table's releases.
Changelog
Sourced from comfy-table's changelog.
Commits
ef14a13
chore: Release comfy-table version 7.1.03f0563e
docs: Update changelogfb636c9
Merge pull request #125 from Nukesor/dependabot/github_actions/actions/checko...f3c9e1d
build(deps): bump actions/checkout from 3 to 4ec99e06
Merge pull request #128 from Nukesor/updates329f4c9
change: Use 1.70 in CI for criterion1b6d452
bump: Crosstermaf3924c
chore: Clippy issuesaebf4ef
Merge pull request #119 from Techassi/feature/row-col-count9f45a5e
Merge pull request #122 from ip1981/ip1981/cell-hashUpdates
toml
from 0.8.2 to 0.8.4Commits
7ba37bb
chore: Release1ff8d41
docs: Update changelogc1f66fc
Merge pull request #631 from epage/test045e896
fix(datetime): Verify leap years3e44692
fix(datetime): Allow leap seconds99d50bb
chore(ci): Allow libfuzzer1b0a464
Merge pull request #630 from toml-rs/renovate/toml-test87ca853
chore(deps): update toml-testfba15e5
chore(ci): Immediately update toml-test8057d7a
chore(ci): Immediately update toml-testDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show