Skip to content

Commit

Permalink
Commit V2
Browse files Browse the repository at this point in the history
- Rewrote README.md
- Changed the way hash is calculated in rdv()
- Changed date from &str to chrono::DateTime<Utc>
- Optimized rdv()
- Added rdvt()
  • Loading branch information
TypicalHog committed May 14, 2024
1 parent 284aa96 commit e5abc23
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 126 deletions.
119 changes: 65 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "randevu"
version = "1.0.2"
version = "2.0.0"
authors = ["TypicalHog"]
edition = "2021"
description = "The official Rust implementation of the RANDEVU algorithm"
Expand All @@ -11,5 +11,6 @@ keywords = ["randevu", "rdv", "global", "reminder", "blake3"]
categories = ["algorithms", "date-and-time"]

[dependencies]
blake3 = "1.5.0"
chrono = "0.4.34"
blake3 = "1.5.1"
chrono = "0.4.37"
itoa = "1.0.11"
Loading

0 comments on commit e5abc23

Please sign in to comment.