Michal Budzynski
|
75bbd55128
|
Changes made with rustfmt including `use_try_shorthand`
Updated the project rustfmt.toml to include `use_try_shorthand = true`.
Run rustfmt on all rust sources.
|
2017-05-19 13:04:37 +02:00 |
CrazyMerlyn
|
65d7e86024
|
Remove the extra run button on runnable rust files
The playpen helper now uses a simple pre block instead of a pre block
with class playpen as it led to nested playpens.
|
2017-04-16 18:17:59 +05:30 |
Corey Farwell
|
95fd292b4f
|
Address warnings found by rust-clippy.
https://github.com/Manishearth/rust-clippy
|
2017-02-16 16:55:28 -05:00 |
Gambhiro
|
db11ff27f4
|
use warn
|
2016-08-14 14:40:08 +01:00 |
Gambhiro
|
b584f6eb9c
|
use macros from the log crate, issue #151
|
2016-08-14 13:34:02 +01:00 |
Mathieu David
|
15d26befcc
|
Refactor: Move extern crate definitions to lib.rs
|
2016-03-27 18:22:17 +02:00 |
Mathieu David
|
ad0794a0bd
|
Add a rustfmt config and run rustfmt on the code base
|
2016-03-17 22:31:28 +01:00 |
Mathieu David
|
2a7463c45b
|
#29 Add a way to escape {{#playpen ... } using a backslash in front: \{{#playpen ... }}
|
2016-01-01 01:40:37 +01:00 |
Mathieu David
|
0ac0301d72
|
Continue #29, Rust files can now be loaded with {{#playpen file.rs}}, they will be displayed as other code snippets included with markdown backticks except they have a playpen css class
|
2015-12-31 19:25:02 +01:00 |
Mathieu David
|
38b2dee17e
|
Continue #29 Check that the rust file exists and read to string
|
2015-12-31 14:14:56 +01:00 |
Mathieu David
|
0cb234de5d
|
Add tests for find_playpens
|
2015-12-31 12:02:25 +01:00 |
Mathieu David
|
ee4a7fb35c
|
Start implementing #29 support for embedding playpen, implemented the function that parses the markdown to find playpen links
|
2015-12-30 22:40:23 +01:00 |