WIP: Rewritten man page indexer in Rust

Currently just figuring out how to read archives. Turns out to not be as
simple as I had expected.
This commit is contained in:
Yorhel 2016-10-22 14:54:35 +02:00
parent 965aa9a2f6
commit 022e9acc4f
7 changed files with 669 additions and 0 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
!/lib/ManUtils/Build.PL
!/lib/ManUtils/ManUtils.pm
!/lib/ManUtils/ManUtils.xs
indexer/target