dzcode-io / kuliya

Algeria's college hierarchy dataset as packages for different languages and platforms
https://dzcode-io.github.io/kuliya/
MIT License
18 stars 7 forks source link

fix: rust: make features mutually exclusive #104

Closed ZibanPirate closed 1 week ago

ZibanPirate commented 1 week ago

Note: blocker for #60

Description

crate features should be able to coexist together with no conflict, as stated by cargo docs:

https://doc.rust-lang.org/cargo/reference/features.html#mutually-exclusive-features

What changed:

Type of change