Add "position" part of the attribute ranking rule

This commit is contained in:
Loïc Lecrenier
2023-04-13 10:46:09 +02:00
parent 8edad8291b
commit bd9aba4d77
11 changed files with 314 additions and 31 deletions

View File

@@ -1,4 +1,5 @@
pub mod attribute;
pub mod attribute_fid;
pub mod attribute_position;
pub mod distinct;
#[cfg(feature = "default")]
pub mod language;