adapters/exports library

Classes

PerksAdapter
Adapters are responsible for handling all the processed data. Often times, it is writing to a disk, or a similar operating. PerksAdapter implements read and write operation but are asynchronous.
PerksFileAdapter
PerksFileAdapter uses a file to store all the data.
PerksFileSyncAdapter
PerksFileSyncAdapter is same as PerksFileAdapter but everything is synchronous.
PerksMemoryAdapter
PerksMemoryAdapter uses memory to store all the data.
PerksSyncAdapter
PerksSyncAdapter implements read and write operation but are synchronous.