ayumu 0.3.6

A small, lightweight, user-oriented query language for search forms.
Documentation
1
2
3
4
5
6
mod basics;
mod sqlite;

fn list_string(ss: &[&str]) -> Vec<String> {
    ss.iter().map(|s| s.to_string()).collect()
}