summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
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-18added documentationjakka
2025-09-17separated client functions into different traits - trait per section in api ↵jakka
documentation
2025-09-09continued 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
2025-09-03started working on api impljakka