Separate implementation (#12)

This commit is contained in:
Patrick Stevens
2023-04-08 00:50:32 +01:00
committed by GitHub
parent 753722d7ca
commit 1b738b200a
4 changed files with 226 additions and 121 deletions

4
Cargo.lock generated
View File

@@ -101,9 +101,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.53"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
dependencies = [
"unicode-ident",
]