diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-25 21:31:12 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-25 21:56:22 +0200 |
| commit | 0170913d5413aab4c1f2bd7d56b9b7138f676012 (patch) | |
| tree | fbe77af9ac3c3cfa63ffde3d861987e8d1276ac5 /src/lib.rs | |
| parent | b6b6e3692404e32873892810bebeb1122f34c52e (diff) | |
Rebrand queries as memoization
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,9 +45,9 @@ pub mod frame; pub mod image; pub mod library; pub mod loading; +pub mod memo; pub mod model; pub mod parse; -pub mod query; pub mod source; pub mod syntax; |
