mirror of
https://github.com/RGBCube/dix
synced 2025-07-30 21:27:45 +00:00
feat: better lib, expose more behaviour for external use, deduplication
This commit is contained in:
parent
4372250ba2
commit
e6b8f7b3a7
7 changed files with 245 additions and 173 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
@ -187,7 +187,6 @@ dependencies = [
|
|||
"env_logger",
|
||||
"itertools",
|
||||
"log",
|
||||
"ref-cast",
|
||||
"regex",
|
||||
"rusqlite",
|
||||
"size",
|
||||
|
@ -396,26 +395,6 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ref-cast"
|
||||
version = "1.0.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
|
||||
dependencies = [
|
||||
"ref-cast-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ref-cast-impl"
|
||||
version = "1.0.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.11.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue