You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Krahl 48405481d0
Support new search index format (Rust 1.52)
This path adds support for the new search index format introduced in
Rust 1.52.0.  With this new format, the index items are no longer
serialized as an array of structs but as arrays of the struct fields.
3 years ago
..
index Support new search index format (Rust 1.52) 3 years ago
parser
viewer Support new search index format (Rust 1.52) 3 years ago
args.rs
doc.rs
index.rs Support new search index format (Rust 1.52) 3 years ago
main.rs Support new search index format (Rust 1.52) 3 years ago
source.rs
test_utils.rs