We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Droplet library includes common operations and three separate API layers for different application protocols.
General Droplet library operations include:
dpl_status_t dpl_init(void); void dpl_free(void); dpl_ctx_t *dpl_ctx_new(const char *droplet_dir, const char *profile_name); void dpl_ctx_free(dpl_ctx_t *ctx);
double dpl_price_storage(dpl_ctx_t *ctx, size_t size); char *dpl_price_storage_str(dpl_ctx_t *ctx, size_t size);
The Droplet library API is split into 3 layers: