# Functions
LoadConfig loads configuration.
NewContext returns a new context object.
NewTUNASyncWorker creates a worker.
# Structs
Config represents worker config options.
A Context object is a layered key-value storage when enters a context, the changes to the storage would be stored in a new layer and when exits, the top layer poped and the storage returned to the state before entering this context.
A Worker is a instance of tunasync worker.
# Type aliases
No description provided by the author