mdBook/src/book
Mathieu David 78e1897b47 Remove code that has better equivalent in std
Path_Ext has been stabilized in the Standard Library, the temporary copy I had can go.

I found a fs::create_dir_all method that does exactly what create_path was doing, but better... create_path is thus replaced with that.
2016-01-03 13:02:04 +01:00
..
bookconfig.rs Fix many minor warnings found by clippy 2015-09-16 22:48:01 -04:00
bookitem.rs Fix many minor warnings found by clippy 2015-09-16 22:48:01 -04:00
mdbook.rs Remove code that has better equivalent in std 2016-01-03 13:02:04 +01:00
mod.rs added markdown with 'pulldown-cmark', added basic styling, render of the toc is still not completely done 2015-07-28 21:01:13 +02:00