add boilerplate for dump v5

This commit is contained in:
ad hoc 2022-05-30 17:19:29 +02:00
parent 3441cc6c36
commit 26e7bdf702
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
7 changed files with 67 additions and 35 deletions

View file

@ -1,5 +1,6 @@
pub mod v2;
pub mod v3;
pub mod v4;
/// Parses the v1 version of the Asc ranking rules `asc(price)`and returns the field name.
pub fn asc_ranking_rule(text: &str) -> Option<&str> {

View file

@ -0,0 +1 @@