Cargo Features
[dependencies]
xapian = { version = "0.1.5", default-features = false, features = ["vendored-xapian", "xapian-1_5", "xapian-1_4", "64bit", "64bit-termpos"] }
- default = xapian-1_5
-
Note: crates.io imposes additional constraints on feature name syntax that they must only be ASCII alphanumeric characters or _, -, or +.
- vendored-xapian
- xapian-1_5 default
- xapian-1_4
- 64bit = 64bit-docid, 64bit-termcount, 64bit-termpos
- 64bit-docid 64bit-termcount 64bit-termpos 64bit?