Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
FranklinChen/validate-xml-rust
Pull Requests
Commits
master
WalkBuilder
dependabot/add-v2-config-file
dependabot/cargo/cached-0.53.1
dependabot/cargo/clap-2.33.3
dependabot/cargo/clap-4.5.17
dependabot/cargo/dirs-3.0.2
dependabot/cargo/http-0.1.21
dependabot/cargo/ignore-0.4.17
dependabot/cargo/ignore-0.4.23
dependabot/cargo/libc-0.2.94
dependabot/cargo/openssl-0.10.66
dependabot/cargo/parking_lot-0.10.2
dependabot/cargo/rayon-1.3.1
dependabot/cargo/regex-1.4.6
dependabot/cargo/reqwest-0.11.1
dependabot/cargo/reqwest-0.12.7
dependabot/cargo/serde-1.0.125
master
Update versions.
FranklinChen
committed
144 days ago
a7982c24
Update versions.
FranklinChen
committed
163 days ago
5bbab540
Update versions.
FranklinChen
committed
170 days ago
05dd0ba8
Update to reqwest 0.12.1.
FranklinChen
committed
252 days ago
c58f02bf
Update to reqwest 0.12.0 which uses hyper 1.
FranklinChen
committed
253 days ago
5eddf567
Update versions.
FranklinChen
committed
1 year ago
fde8c6dc
Update versions.
FranklinChen
committed
1 year ago
e2a2a2e2
Update versions.
FranklinChen
committed
1 year ago
c6bf2d4f
Clean up README.
FranklinChen
committed
1 year ago
345146f9
Update versions.
FranklinChen
committed
1 year ago
5d6d300f
Put rayon back in.
FranklinChen
committed
1 year ago
a27752c2
Rip out all the async stuff.
FranklinChen
committed
1 year ago
7484d4d1
Clean up concurrency. Do not cache Schemas to files, but just keep in memory.
FranklinChen
committed
1 year ago
27fd6217
Remove outdated instructions.
FranklinChen
committed
1 year ago
7a3f053d
Update README.
FranklinChen
committed
1 year ago
81e7c440
Merge pull request #135 from petrisch/master
FranklinChen
committed
2 years ago
Verified
d91fab1d
Used -blocking- for a non async use of reqwest Client, and specifying the reqwest version
patrick.joerg
committed
2 years ago
62d6b325
Merge pull request #121 from FranklinChen/dependabot/add-v2-config-file
FranklinChen
committed
3 years ago
Verified
4872e48a
Upgrade to GitHub-native Dependabot
dependabot-preview[bot]
committed
3 years ago
Verified
d8bdd776
Mark Rust 2018.
FranklinChen
committed
5 years ago
5dd97dad
Update versions.
FranklinChen
committed
5 years ago
68a7f989
Some cleanups.
FranklinChen
committed
7 years ago
1b8a4bc2
Allow nightly to fail.
FranklinChen
committed
7 years ago
bdddae72
Convert from walkdir to ignore for dir walking.
FranklinChen
committed
7 years ago
4f1806e1
Clean up rayon concurrency. Fix compiler warnings.
FranklinChen
committed
7 years ago
e3760ae1
Fix debug message
FranklinChen
committed
7 years ago
410d8c31
Cache downloaded Scheme files into ~/.xmlschemas/
FranklinChen
committed
7 years ago
5908c4bc
Get rid of thread configuration, since default was best.
FranklinChen
committed
7 years ago
841ec9dc
Fix README
FranklinChen
committed
7 years ago
84f2db2f
Remove unused
FranklinChen
committed
7 years ago
a015cd3b
Older