Commit graph

38 commits

Author SHA1 Message Date
Andrew Gauger
46fdc71d67 update mdbook 2021-01-04 19:02:01 +00:00
Ivan Tham
b61c8e588a
Update to edition 2018 (#565)
* Update to edition 2018

Update mdbook to 0.3.5

Command:
sed -i '/extern crate/ {N;s/\n$//}' src/**.md; sed -i 's/extern crate error_chain;/use error_chain::error_chain;/; s/extern crate lazy_static;/use lazy_static::lazy_static;/; s/extern crate bitflags;/use bitflags::bitflags;/; s/extern crate serde_json;/ use serde_json::json;/; s/extern crate serde_derive;/use serde::{Serialize, Deserialize};/; /macro_use/d; /extern crate/ d; s/```rust/```rust,edition2018/; s/bail!/error_chain::&/; s/\(debug\|info\|warn\|error\)!/log::&/;' src/**.md

Fix #530

* Update rand-dist.md

* Fixes #569

* dump syslog

version 4 depends on error-chain v 0.11 and version 5 depends on v 0.12 
!!!!

Co-authored-by: Andrew Gauger <andygauge@gmail.com>
2020-05-31 17:26:32 -07:00
AndyGauge
a38c7cb59f remove badge artifacts 2019-12-16 20:14:06 -08:00
AndyGauge
fdf9ea086e Not testing with Appveyor 2019-12-16 20:13:07 -08:00
Alex Touchet
4e05e2e205 Update Travis CI URL (#545) 2019-09-19 11:54:33 -07:00
Andrew Gauger
40265251d8 Revert "Update to mdbook 0.2.1 (#482)"
This reverts commit fbcaca6c05.
2018-10-10 15:15:49 -07:00
James Hinshelwood
fbcaca6c05 Update to mdbook 0.2.1 (#482) 2018-10-10 09:13:29 -07:00
Andrew Gauger
82e7fde4b7
mdBook 0.1.8 2018-07-09 15:28:04 -07:00
Michal Budzynski
43a34ef1cb support search by updating to mdbook 0.1.7 2018-05-16 22:40:39 +02:00
Michał Budzyński
843e73ad21 Changed license to CC0 https://creativecommons.org/publicdomain/zero/1.0/ (#210) 2018-04-25 15:28:21 -07:00
Paul Houghton
8a604f51e4 Replaced mdbook build with mdbook server --open 2018-01-11 10:13:50 +01:00
Paul Houghton
7c3ad4c21e Simplified web launch 2018-01-11 10:13:50 +01:00
Paul Houghton
537ad3845d Removed Rust install link; added Rust general link; fixed per-browser instructions 2018-01-11 10:13:50 +01:00
Paul Houghton
9fefa98ddd Added local mdbook instructions to README.md 2018-01-11 10:13:50 +01:00
Michał Budzyński
3876300db2 Added appveyor badge to readme 2017-08-23 06:47:13 +02:00
Michal Budzynski
6cd55fe84b fixed links and CI auto-deploy after move to rust-lang-nursery
- fixed stargazers example broken due to repo move
- fixed edit functionality broken due to repo move
2017-07-29 18:38:26 +02:00
Tshepang Lekhonkhobe
6eb1f9e434 readme: de-swap 2017-07-21 08:58:34 +02:00
Michal Budzynski
38ed80063d Added clarification of licensing
Rust Cookbook is licensed under dual MIT/Apache-2.0 license.
2017-06-13 23:19:28 +02:00
David Tolnay
4a5c675e66
Add CI badge to readme 2017-05-17 17:09:10 -07:00
Michal Budzynski
a816cc089d Fixed typos 2017-05-13 11:19:08 +02:00
Brian Anderson
9832f40758 More stuff 2017-04-29 23:52:32 -07:00
Roman Frołow
bee89c8c07 fileio.md -> file_io.md 2017-04-15 23:54:19 +02:00
Alisha
de132fe777 Mutate elements of array in parallel example 2017-04-02 12:03:37 -07:00
Brad Anderson
be581695be Fix badges on table of contents and README 2017-02-25 22:03:10 -06:00
Brad Anderson
38d65f293c Fix README links to toml and rand 2017-02-25 15:17:57 -06:00
Brad Anderson
c1577a5f74 Move toml and rand to mdbook 2017-02-25 15:07:58 -06:00
Brad Anderson
2afeac2b6e Convert to mdbook 2017-02-25 14:56:50 -06:00
David Harris
8acc2c3820 Added rand dependency 2017-02-25 14:53:13 -06:00
Charles Chamberlain
dfbe6b25e8 adding links for badge 2017-02-25 12:57:55 -06:00
Charles Chamberlain
65b4db8a5e updating readme with toml 2017-02-25 12:51:39 -06:00
Brad Anderson
634fb64160 Add links to work in progress pages 2017-02-25 03:24:42 -06:00
Brad Anderson
74a0e0269d Fix crate badge to have crate name 2017-02-25 02:47:26 -06:00
Brad Anderson
b46a78aa7c Add contribution guide skeleton 2017-02-25 02:25:51 -06:00
Brad Anderson
020e81e7fb Add error-chain links and slightly improve formatting 2017-02-25 01:32:03 -06:00
Brad Anderson
02a3497a35 Set up pages 2017-02-25 00:38:58 -06:00
Brian Anderson
28245801d5 Fix all the breakage 2017-02-24 21:21:08 -08:00
Brian Anderson
e96580da03 . 2017-02-23 12:29:46 -08:00
Brian Anderson
844caac05c Initial 2017-02-20 11:22:19 -08:00