summaryrefslogtreecommitdiff
path: root/src/types.rs
AgeCommit message (Collapse)Author
2025-10-17various fixesjakka
reorganized project structure so client tests are not in the libraries changed some types on functions for better use
2025-10-01implemented existing functions for sync clientjakka
2025-10-01moved types modulejakka
2025-10-01broke down modules and renamed themjakka
2025-10-01reconfigured the library, moved async client and trait to their own module. ↵jakka
in the future sync and async implementations will be separated
2025-09-18cleaned up documentation. added the rest of file importing and deleting api ↵jakka
functions
2025-09-18added documentationjakka
2025-09-17moved more single-field json objects into reponse objectjakka
2025-09-17implemeted better nested hydrus api response objectsjakka
2025-09-17moved to async http client and serdejakka
2025-09-13added missing optionjakka
2025-09-13continued working on apijakka
2025-09-10added repr macros for less boilerplatejakka
2025-09-09continued working on apijakka
2025-09-09continued working on apijakka
2025-09-08continued working on apijakka
2025-09-08continued working on api. added proper encoding and decoding for permissions ↵jakka
and service types
2025-09-08in proccess of switching from serde to muslijakka