- Add encoderhero import to multiple modules - Implement heroscript_dumps and heroscript_loads functions - Update several methods to use `if mut` for cleaner optionals - Rename rclone globals for clarity
wireguard
To get started
import incubaid.herolib.clients. wireguard
mut client:= wireguard.get()!
client...
example heroscript
!!wireguard.configure
secret: '...'
host: 'localhost'
port: 8888