cscrapper v0.1.0
·
22 commits
to main
since this release
Chore
- remove thread sleep in codechef (fixes #10)
Bug Fixes
- update keywords in Cargo.toml for accuracy
Documentation
- fix toml warning in readme
- modified/add README for better segregation
New Features
- introduce new code and clex generators with updated API integration
- add problem URL parsing for CodeChef and Codeforces with tests
- introduce --debug flag (closes #5)
- new file store interface and mig to rust 2024
- scrapper port to rust
- make 'utoipa' optional and add 'api' feature to ccode_runner; update LanguageName enum to conditionally derive ToSchema
- add description, categories, and keywords to Cargo.toml
Other
- update msrv
- use worspace deps
Commit Statistics
- 16 commits contributed to the release over the course of 137 calendar days.
- 13 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update keywords in Cargo.toml for accuracy (e211a8d)
- Release cscrapper v0.1.0, cpast v0.10.0 (b88b38e)
- Add description, categories, and keywords to Cargo.toml (0d908d6)
- Release ccode_runner v0.3.4, cscrapper v0.1.0, cpast v0.10.0 (51e0827)
- Make 'utoipa' optional and add 'api' feature to ccode_runner; update LanguageName enum to conditionally derive ToSchema (02cb1ce)
- Introduce new code and clex generators with updated API integration (06c5c95)
- Remove thread sleep in codechef (fixes #10) (6717bb0)
- Feat(cscrapper): refactor problem scraper to support async operations and add new migration for clex column (fixes #9) feat(cpast_api): evaluate route with_code_and_platform and tests (d460a2c)
- Add problem URL parsing for CodeChef and Codeforces with tests (9cf1453)
- Introduce --debug flag (closes #5) (18f1c51)
- New file store interface and mig to rust 2024 (a29a4c1)
- Fix toml warning in readme (1dede18)
- Modified/add README for better segregation (e670b0c)
- Update msrv (139c68a)
- Use worspace deps (0a04f6f)
- Scrapper port to rust (d1f5932)