kuliya
Algeria's college hierarchy dataset as a crate with useful APIs.
Example
use r#staticget_node_by_path;
let faculty_of_science_and_technology = get_node_by_path;
assert_eq!;
let faculty_of_science_and_technology = faculty_of_science_and_technology.unwrap;
assert_eq!;
// when the path is not found, the function returns None
let non_existing_node = get_node_by_path;
assert_eq!;
License: MIT