or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
RustFest 2018 impl days project list
This url is: https://bit.ly/impldays
Adresses:
realtime data
mozilla fill status
40 of 55
Formeret Espace Cléry room 101 fill status
0 of 40
Tuesday, May 29th
Currently running
Don't break the table plz :(
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →match
-patternsDone
const fn
sGlobalAlloc
https://github.com/rust-lang/rust/issues/49668Monday, May 28th
externalNativeBuild
Done
externalNativeBuild { cargo }
repo with sample progress: cargo plugin options are retrievableu128
as representation ofPatternKind::Range {hi, lo}
.1.0
✨GlobalAlloc
https://github.com/rust-lang/rust/issues/49668messages
(post your questions/comments here)
Someone proposed a pattern matching improvement (extending https://github.com/rust-lang/rfcs/blob/master/text/2005-match-ergonomics.md) using Deref/DerefMut. As I have this idea since a long time, I'd like to talk with the person that proposed this subject. I'm Guillaume P. (TeXitoi everywhere), Mozilla, CLI table (the middle one), red shirt.
@meven and @apiraino tried to work on some "good first issues" on the
rustfmt
project, but we were kind of put back because we couldn't easily get to compile it against rust nightly (probably due to the latestrustfmt
library updates)