libjit-sys 0.2.1

Just-In-Time Compilation in Rust using LibJIT bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

To generate HTML documentation, use the following command in the
"libjit/doc" directory:

	mkdir outdir
	./mkhtml.sh outdir

where "outdir" is the name of the directory to place the generated
HTML files in.

To generate PDF documentation, use the following command in the
"libjit/doc" directory:

	./mkpdf.sh

This will generate "libjit.pdf".  You will need to have PDFTeX installed
to do this.