//! # QueryCurve
//!//! A library for querying custom curves defined by Bezier curves, which can be created at
//! https://querycurve.com/
pubmodbase62;pubmodconstants;pubmodquery_curve;pubmodtypes;pubmodutils;// Re-export functions for easier access
pubusequery_curve::{get_encoded_curve_query_function, query_curve, query_encoded_curve};