Steve Klabnik
|
f79d5d4582
|
rust-lang-nursery -> rust-lang
Fixes #1080
|
2019-10-29 08:04:16 -05:00 |
Lzu Tao
|
672cf456eb
|
Remove unnecessary ::<crate>
Find and replace with `git grep -E '\W::[a-z]'` command.
|
2019-05-30 23:12:33 +07:00 |
lzutao
|
71281bff10
|
Update some updatable dependencies (#934)
* Update ammonia dependency
* Update env_logger
* Update itertools
* Update ws dep
* Update pretty_assertions dep
|
2019-05-26 14:05:42 +02:00 |
lzutao
|
8542f7f29d
|
Transition to 2018 edition (#933)
* Transition to 2018 edition
* Update Travis CI badge in README
* Remove non-idiomatic `extern crate` lines
|
2019-05-25 20:50:41 +02:00 |
Dylan DPC
|
a647017e4b
|
Merge pull request #861 from k-nasa/add_colored_help
Add colored help
|
2019-04-25 23:19:18 +02:00 |
k-nasa
|
7e52da3c1b
|
Add colored help
|
2018-12-25 21:35:37 +09:00 |
k-nasa
|
78ee8e43bb
|
Fix duplication with Cargo.toml
|
2018-12-25 21:10:07 +09:00 |
Bas Bossink
|
991a725c26
|
Solve the simplest clippy warnings and run rustfmt
|
2018-12-04 00:10:09 +01:00 |
Matt Ickstadt
|
b8f8e76899
|
Improve command-line argument parsing
|
2018-08-02 16:52:41 -05:00 |
Matt Ickstadt
|
f300a21a47
|
Move subcommand modules to match cargo conventions
|
2018-07-24 16:34:49 -05:00 |
Mathieu David
|
e725215103
|
Add rustdoc generated API doc
|
2015-08-06 12:38:48 +02:00 |
Mathieu David
|
9b4298c066
|
Initial implementation for reading the config file: book.json #7
|
2015-08-03 01:37:13 +02:00 |
Kevin K
|
c7361704b9
|
uses clap to simplify CLI
|
2015-08-01 00:59:05 -04:00 |
Mathieu David
|
7fa5b06ccb
|
Rudimentary: Parse SUMMARY.md, support for nested levels. Only list items: "- [name](path)" or "* [name](path)" #2
|
2015-07-18 00:04:20 +02:00 |
Mathieu David
|
4fe0bc2de5
|
renamed directory + created BookItem
|
2015-07-16 19:26:16 +02:00 |
Mathieu David
|
ad01c37432
|
clean up structure and code
|
2015-07-16 18:20:36 +02:00 |
Mathieu David
|
4d884b9c40
|
Added BookConfig struct, cleaned up some parts
|
2015-07-08 15:17:11 +02:00 |
Mathieu David
|
508f3068f0
|
Added arg for init to specify directory
|
2015-07-07 12:36:11 +02:00 |
Mathieu David
|
a6b3f99c53
|
Init now creates 'src' and 'book' folder. In 'src' SUMMARY.md is created with one dummy chapter
|
2015-07-07 11:51:06 +02:00 |
Mathieu David
|
a27bc498eb
|
Started to implement init
|
2015-07-07 02:56:19 +02:00 |
Mathieu David
|
b94304405a
|
Skeleton for main.rs (binary)
|
2015-07-06 21:12:24 +02:00 |