-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscourse-42214.json
1 lines (1 loc) · 61.1 KB
/
discourse-42214.json
1
{"post_stream":{"posts":[{"id":165427,"name":"","username":"chrisd","avatar_template":"/user_avatar/users.rust-lang.org/chrisd/{size}/11859_2.png","created_at":"2020-05-07T15:05:15.788Z","cooked":"\u003cp\u003eTo format code in this forum you need to surround the code with three backticks (```). For example, typing this...\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e```\nfn main() {\n println!()\n}\n```\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e...will be rendered as highlighted Rust code, like so:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-rust\"\u003efn main() {\n println!()\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eYou can also tell the forum software which language you're using by adding the language after the opening backticks.\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e```cpp\n#include \u0026lt;iostream\u0026gt;\nint main() {\n std::cout \u0026lt;\u0026lt; \"Hello World!\";\n}\n```\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eWill appear with highlighting as:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-cpp\"\u003e#include \u0026lt;iostream\u0026gt;\nint main() {\n std::cout \u0026lt;\u0026lt; \"Hello World!\";\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThe currently supported languages include: \u003ccode\u003eapache\u003c/code\u003e, \u003ccode\u003ebash\u003c/code\u003e, \u003ccode\u003ecs\u003c/code\u003e, \u003ccode\u003ecpp\u003c/code\u003e, \u003ccode\u003ecss\u003c/code\u003e, \u003ccode\u003ecoffeescript\u003c/code\u003e, \u003ccode\u003ediff\u003c/code\u003e, \u003ccode\u003exml\u003c/code\u003e, \u003ccode\u003ehttp\u003c/code\u003e, \u003ccode\u003eini\u003c/code\u003e, \u003ccode\u003ejson\u003c/code\u003e, \u003ccode\u003ejava\u003c/code\u003e, \u003ccode\u003ejavascript\u003c/code\u003e, \u003ccode\u003emakefile\u003c/code\u003e, \u003ccode\u003emarkdown\u003c/code\u003e, \u003ccode\u003enginx\u003c/code\u003e, \u003ccode\u003eobjectivec\u003c/code\u003e, \u003ccode\u003eruby\u003c/code\u003e, \u003ccode\u003eperl\u003c/code\u003e, \u003ccode\u003ephp\u003c/code\u003e, \u003ccode\u003epython\u003c/code\u003e, \u003ccode\u003esql\u003c/code\u003e, \u003ccode\u003ehandlebars\u003c/code\u003e, \u003ccode\u003erust\u003c/code\u003e and \u003ccode\u003edust\u003c/code\u003e. Others may be added in the future.\u003c/p\u003e\n\u003cp\u003eIt's also possible to add plain text by using \u003ccode\u003etext\u003c/code\u003e as the language:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-nohighlight\"\u003e```text\nError 365: Invalid command.\nSee help for a list of valid commands.\n```\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThis will be rendered without any highlighting:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-nohighlight\"\u003eError 365: Invalid command.\nSee help for a list of valid commands.\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIf your keyboard layout does not have the ` key, you can also use a ~.\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e~~~\nfn main() {\n println!()\n}\n~~~\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e...will be rendered as highlighted Rust code, like so:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-rust\"\u003efn main() {\n println!()\n}\n\u003c/code\u003e\u003c/pre\u003e","post_number":1,"post_type":1,"updated_at":"2020-08-23T08:17:18.185Z","reply_count":0,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":739,"reads":2425,"readers_count":2424,"score":5034.8,"yours":false,"topic_id":42214,"topic_slug":"forum-code-formatting-and-syntax-highlighting","display_username":"","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"version":5,"can_edit":false,"can_delete":false,"can_recover":false,"can_wiki":false,"link_counts":[{"url":"https://users.rust-lang.org/t/remove-an-element-from-the-vector/43107/3","internal":true,"reflection":true,"title":"Remove an element from the vector","clicks":36},{"url":"https://users.rust-lang.org/t/error-in-format/45815/3","internal":true,"reflection":true,"title":"Error in Format!","clicks":11},{"url":"https://users.rust-lang.org/t/how-to-print-value-of-a-pointer/46352/2","internal":true,"reflection":true,"title":"How to print value of a pointer","clicks":10},{"url":"https://users.rust-lang.org/t/help-with-multithreading-x-y-axis-manipulation/44021/3","internal":true,"reflection":true,"title":"Help with multithreading - x/y axis manipulation","clicks":8},{"url":"https://users.rust-lang.org/t/how-to-parse-reqwest-response-json-to-a-struct/46373/2","internal":true,"reflection":true,"title":"How to parse reqwest::blocking::response json to a struct","clicks":5},{"url":"https://users.rust-lang.org/t/how-to-call-a-raw-function-pointer-as-a-struct-member-wrapped-by-option/59310/2","internal":true,"reflection":true,"title":"How to call a raw function pointer as a struct member wrapped by option","clicks":2},{"url":"https://users.rust-lang.org/t/std-from-mime-mime-is-implemented-for-mut-str-but-not-for-str/44271/3","internal":true,"reflection":true,"title":"`std::convert::From\u003cmime::Mime\u003e` is implemented for `\u0026mut str`, but not for `\u0026str`","clicks":1},{"url":"https://users.rust-lang.org/t/help-piece-of-code-it-doesnt-work-for-me/89474/2","internal":true,"reflection":true,"title":"Help piece of code?, it doesn't work for me","clicks":0},{"url":"https://users.rust-lang.org/t/probably-a-bug-found/82132/2","internal":true,"reflection":true,"title":"Probably a bug found","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-print-two-user-input-in-a-single-line/45607/5","internal":true,"reflection":true,"title":"How to print two user input in a single line?","clicks":0},{"url":"https://users.rust-lang.org/t/unable-to-read-or-update-hashmap-values/44984/2","internal":true,"reflection":true,"title":"Unable to read or update hashMap values","clicks":0},{"url":"https://users.rust-lang.org/t/conflicting-implementations/58882/2","internal":true,"reflection":true,"title":"Conflicting implementations","clicks":0},{"url":"https://users.rust-lang.org/t/input-shows-enter-n/44990/4","internal":true,"reflection":true,"title":"Input shows enter ./n","clicks":0},{"url":"https://users.rust-lang.org/t/why-move-occurs/47660/2","internal":true,"reflection":true,"title":"Why \"move occurs\"","clicks":0},{"url":"https://users.rust-lang.org/t/converting-an-image-into-a-2d-matrix/56032/5","internal":true,"reflection":true,"title":"Converting an image into a 2D matrix","clicks":0},{"url":"https://users.rust-lang.org/t/cannot-infer-type-for-type-parameter-s-declared-on-the-function/45644/3","internal":true,"reflection":true,"title":"Cannot infer type for type parameter `S` declared on the function","clicks":0},{"url":"https://users.rust-lang.org/t/passing-rust-vecs-to-functions/56062/4","internal":true,"reflection":true,"title":"Passing Rust Vecs to functions","clicks":0},{"url":"https://users.rust-lang.org/t/structs-traits-associated-types-and-inheritance/62898/2","internal":true,"reflection":true,"title":"Structs,Traits,Associated Types and Inheritance","clicks":0},{"url":"https://users.rust-lang.org/t/mongodb-1-2-0-crate-compile-error-when-trying-to-use-sync-feature-or-async-std-runtime/56071/3","internal":true,"reflection":true,"title":"Mongodb(1.2.0) Crate : Compile Error when trying to use sync feature or async-std-runtime","clicks":0},{"url":"https://users.rust-lang.org/t/is-posible-egui-change-fonts-to-japanese-how/59662/6","internal":true,"reflection":true,"title":"Is posible egui change fonts to japanese ? How?","clicks":0},{"url":"https://users.rust-lang.org/t/trait-bound-not-satisfied-but-implemented/88563/3","internal":true,"reflection":true,"title":"Trait bound not satisfied but implemented","clicks":0},{"url":"https://users.rust-lang.org/t/this-code-is-extremely-erroneous/66170/2","internal":true,"reflection":true,"title":"This code is extremely erroneous","clicks":0},{"url":"https://users.rust-lang.org/t/rust-help-needed-beginner/88391/4","internal":true,"reflection":true,"title":"Rust help needed, beginner","clicks":0},{"url":"https://users.rust-lang.org/t/help-with-mutex-on-fst/49765/2","internal":true,"reflection":true,"title":"Help with Mutex on fst","clicks":0},{"url":"https://users.rust-lang.org/t/sum-of-array-of-structs/82809/2","internal":true,"reflection":true,"title":"Sum of array of structs","clicks":0},{"url":"https://users.rust-lang.org/t/function-return-a-vector-of-shared-ghost-cell/64668/2","internal":true,"reflection":true,"title":"Function return a vector of shared ghost cell","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-implement-trait-for-uom-quantity/56098/4","internal":true,"reflection":true,"title":"How to implement trait for uom::si:Quantity","clicks":0},{"url":"https://users.rust-lang.org/t/how-do-i-create-an-instance-of-a-generic-type-on-a-struct/86359/6","internal":true,"reflection":true,"title":"How do I create an instance of a generic type on a struct?","clicks":0},{"url":"https://users.rust-lang.org/t/rust-code-is-error/83201/2","internal":true,"reflection":true,"title":"Rust code is error","clicks":0},{"url":"https://users.rust-lang.org/t/rust-help-needed-beginner/88391/9","internal":true,"reflection":true,"title":"Rust help needed, beginner","clicks":0},{"url":"https://users.rust-lang.org/t/temporary-value-is-freed-at-the-end-of-this-statement/84667/2","internal":true,"reflection":true,"title":"Temporary value is freed at the end of this statement","clicks":0},{"url":"https://users.rust-lang.org/t/explain-why-its-failure/62202/2","internal":true,"reflection":true,"title":"Explain why its failure","clicks":0},{"url":"https://users.rust-lang.org/t/c-variadic-functions-in-rust-macro-showing-error/46305/2","internal":true,"reflection":true,"title":"C Variadic functions in rust macro showing error","clicks":0},{"url":"https://users.rust-lang.org/t/implementing-hash-for-a-set-datatype-i-e-multiple-representations-for-equal-things/52868/5","internal":true,"reflection":true,"title":"Implementing hash for a set datatype (i.e. multiple representations for Equal things)","clicks":0},{"url":"https://users.rust-lang.org/t/string-concatenation-on-variable-assignment/76025/2","internal":true,"reflection":true,"title":"String concatenation on variable assignment","clicks":0},{"url":"https://users.rust-lang.org/t/lifetime-issue-with-deserialization/49046/2","internal":true,"reflection":true,"title":"Lifetime issue with deserialization","clicks":0},{"url":"https://users.rust-lang.org/t/python-to-rust-code-converter/47801/2","internal":true,"reflection":true,"title":"Python to Rust Code converter","clicks":0},{"url":"https://users.rust-lang.org/t/read-unknown-number-of-lines/52888/3","internal":true,"reflection":true,"title":"Read unknown number of lines","clicks":0},{"url":"https://users.rust-lang.org/t/trait-objects-without-an-explicit-dyn-are-deprecated/70234/2","internal":true,"reflection":true,"title":"Trait objects without an explicit `dyn` are deprecated","clicks":0},{"url":"https://users.rust-lang.org/t/rust-serialize-and-protocol-buffer/70261/2","internal":true,"reflection":true,"title":"Rust Serialize and protocol buffer","clicks":0},{"url":"https://users.rust-lang.org/t/references-and-borrowing-rules/92377/2","internal":true,"reflection":true,"title":"References and Borrowing Rules","clicks":0},{"url":"https://users.rust-lang.org/t/assert-eq-in-a-for-loop/46127/2","internal":true,"reflection":true,"title":"Assert_eq in a for loop","clicks":0},{"url":"https://users.rust-lang.org/t/diesel-problem-when-loading/45303/2","internal":true,"reflection":true,"title":"Diesel Problem when loading","clicks":0},{"url":"https://users.rust-lang.org/t/im-new-and-i-need-help-with-code/45343/2","internal":true,"reflection":true,"title":"I'm new and i need help with code","clicks":0},{"url":"https://users.rust-lang.org/t/store-a-reference/45375/4","internal":true,"reflection":true,"title":"Store a reference","clicks":0},{"url":"https://users.rust-lang.org/t/cannot-deserialize-with-double-quotes-in-the-header/66267/2","internal":true,"reflection":true,"title":"Cannot deserialize with double quotes in the header","clicks":0},{"url":"https://users.rust-lang.org/t/assert-init-on-maybeuninit-without-address-change/88496/2","internal":true,"reflection":true,"title":"Assume_init on MaybeUninit without address change","clicks":0},{"url":"https://users.rust-lang.org/t/array-of-structs-quick-like-c/83681/2","internal":true,"reflection":true,"title":"Array of structs, quick like C","clicks":0},{"url":"https://users.rust-lang.org/t/rust-postgres-interval-datatype-insert-problem/45786/7","internal":true,"reflection":true,"title":"Rust Postgres Interval DataType Insert Problem","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-build-c-static-library-into-a-rust-crate-for-no-std-environmrnt/45899/2","internal":true,"reflection":true,"title":"How to build C static library into a rust crate for no_std environmrnt","clicks":0},{"url":"https://users.rust-lang.org/t/in-a-struct-why-must-i-use-str-and-a-lifetime/44482/2","internal":true,"reflection":true,"title":"In a struct why must I use \u0026str and a lifetime","clicks":0},{"url":"https://users.rust-lang.org/t/newbie-why-the-commented-line-stops-the-snippet-from-compiling/47322/2","internal":true,"reflection":true,"title":"Newbie: Why the commented line stops the snippet from compiling?","clicks":0},{"url":"https://users.rust-lang.org/t/converting-ruby-to-rust-json-parsing/64834/2","internal":true,"reflection":true,"title":"Converting Ruby to Rust JSON Parsing","clicks":0},{"url":"https://users.rust-lang.org/t/confused-on-errors-while-going-through-option1-rs-rustling/44667/2","internal":true,"reflection":true,"title":"Confused on errors while going through option1.rs rustling","clicks":0},{"url":"https://users.rust-lang.org/t/issue-related-to-use-of-break-statement-with-ok-variant/44683/2","internal":true,"reflection":true,"title":"Issue related to use of break statement with Ok variant","clicks":0},{"url":"https://users.rust-lang.org/t/help-cloning-string-in-the-getter/44690/2","internal":true,"reflection":true,"title":"Help: Cloning string in the getter","clicks":0},{"url":"https://users.rust-lang.org/t/add-extra-infomation-to-enum/56329/5","internal":true,"reflection":true,"title":"Add extra infomation to Enum","clicks":0},{"url":"https://users.rust-lang.org/t/taking-input-from-scv-file/44734/2","internal":true,"reflection":true,"title":"Taking input from scv file","clicks":0},{"url":"https://users.rust-lang.org/t/use-statements-inside-functions/44798/2","internal":true,"reflection":true,"title":"Use statements inside functions","clicks":0},{"url":"https://users.rust-lang.org/t/but-data-from-x-flows-into-x-here/64843/2","internal":true,"reflection":true,"title":"But data from `x` flows into `x` here","clicks":0},{"url":"https://users.rust-lang.org/t/unmatched-pointer-value-of-a-string-when-ownership-is-passed-on/44825/3","internal":true,"reflection":true,"title":"Unmatched pointer value of a string when ownership is passed on","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-get-hashmap-key-values/44889/2","internal":true,"reflection":true,"title":"How to get hashmap key values","clicks":0},{"url":"https://users.rust-lang.org/t/problem-with-installing-windows/45988/7","internal":true,"reflection":true,"title":"Problem with installing(windows)","clicks":0},{"url":"https://users.rust-lang.org/t/parse-two-errors-in-async-function-with-reqwest/42987/4","internal":true,"reflection":true,"title":"Parse two errors in async function with reqwest","clicks":0},{"url":"https://users.rust-lang.org/t/zero-initialize-a-large-complex-struct-as-global-without-code-overhead/42980/2","internal":true,"reflection":true,"title":"Zero initialize a large complex struct as global without code overhead","clicks":0},{"url":"https://users.rust-lang.org/t/why-am-i-not-allowed-to-copy-part-of-a-list-filled-with-i32-to-another-variable/44887/10","internal":true,"reflection":true,"title":"Why am I not allowed to copy part of a list filled with i32 to another variable?","clicks":0},{"url":"https://users.rust-lang.org/t/pinned-topics-and-categories/43108","internal":true,"reflection":true,"title":"Pinned topics and categories","clicks":0},{"url":"https://users.rust-lang.org/t/confusion-as-a-new-rustacean/43499/2","internal":true,"reflection":true,"title":"Confusion as a new rustacean","clicks":0},{"url":"https://users.rust-lang.org/t/cannot-use-self-because-it-was-mutably-borrowed/43503/2","internal":true,"reflection":true,"title":"Cannot use `self....` because it was mutably borrowed","clicks":0},{"url":"https://users.rust-lang.org/t/immutable-borrow-when-using-get-on-hashmap/47858/2","internal":true,"reflection":true,"title":"Immutable borrow when using .get on hashmap","clicks":0},{"url":"https://users.rust-lang.org/t/macro-failed-to-resolve-use-of-undeclared-crate-or-module/65009/2","internal":true,"reflection":true,"title":"Macro failed to resolve: use of undeclared crate or module","clicks":0},{"url":"https://users.rust-lang.org/t/a-lifetime-problem/76133/2","internal":true,"reflection":true,"title":"A lifetime problem","clicks":0},{"url":"https://users.rust-lang.org/t/calling-for-method-poll-next-on-a-clientsstreamreceiver-gives-error-method-not-found/48065/3","internal":true,"reflection":true,"title":"Calling for method \"poll_next()\" on a ClientSStreamReceiver gives error: \"method not found\"","clicks":0},{"url":"https://users.rust-lang.org/t/modify-one-field-of-type-option-serde-json-value-in-a-struct/66349/2","internal":true,"reflection":true,"title":"Modify one field of type Option\u003cserde_json::Value\u003e in a struct","clicks":0},{"url":"https://users.rust-lang.org/t/deserialize-json-array-of-structs-without-element-types-using-serde/46810/2","internal":true,"reflection":true,"title":"Deserialize JSON array of structs without element types using serde","clicks":0},{"url":"https://users.rust-lang.org/t/explain-this-code/64866/2","internal":true,"reflection":true,"title":"Explain this code!","clicks":0},{"url":"https://users.rust-lang.org/t/problem-sharing-futures-across-threads-when-call-from-warp-filter/46830/2","internal":true,"reflection":true,"title":"Problem sharing futures across threads when call from warp filter","clicks":0},{"url":"https://users.rust-lang.org/t/why-cant-i-use-the-value-in-the-vector-for-comparative-operation/46823/4","internal":true,"reflection":true,"title":"Why can't I use the value in the vector for comparative operation?","clicks":0},{"url":"https://users.rust-lang.org/t/if-program-leave-loop-does-program-loses-ownership-of-the-variable/46493/8","internal":true,"reflection":true,"title":"If program leave loop, does program loses ownership of the variable?","clicks":0},{"url":"https://users.rust-lang.org/t/the-trait-reply-is-not-implemented-for/80919/5","internal":true,"reflection":true,"title":"The trait `Reply` is not implemented for `()`","clicks":0},{"url":"https://users.rust-lang.org/t/the-trait-reply-is-not-implemented-for/80919/7","internal":true,"reflection":true,"title":"The trait `Reply` is not implemented for `()`","clicks":0},{"url":"https://users.rust-lang.org/t/assignment-to-single-dim-or-0-dim-ndarray/58785/2","internal":true,"reflection":true,"title":"Assignment to single dim or 0-dim ndarray","clicks":0},{"url":"https://users.rust-lang.org/t/passing-channels-to-threads/48808/2","internal":true,"reflection":true,"title":"Passing channels to threads","clicks":0},{"url":"https://users.rust-lang.org/t/serializing-issue-with-primitive-types-u256-in-a-struct/65280/13","internal":true,"reflection":true,"title":"Serializing issue with primitive_types::u256 in a struct","clicks":0},{"url":"https://users.rust-lang.org/t/what-is-different-between-mut-self-and-mut-self/59708/3","internal":true,"reflection":true,"title":"What is different between \u0026mut self and mut self?","clicks":0},{"url":"https://users.rust-lang.org/t/beginner-struct-logic-for-card-game/52099/32","internal":true,"reflection":true,"title":"[Beginner] - Struct Logic for Card Game","clicks":0},{"url":"https://users.rust-lang.org/t/postgresql-performance/51218/3","internal":true,"reflection":true,"title":"Postgresql performance","clicks":0},{"url":"https://users.rust-lang.org/t/problem-calling-midi-windows-api-using-winapi-winmm-for-extern/52549/2","internal":true,"reflection":true,"title":"Problem calling midi windows api using winapi/winmm for extern","clicks":0},{"url":"https://users.rust-lang.org/t/abstracting-serialization-of-specific-state-types/49803/2","internal":true,"reflection":true,"title":"Abstracting serialization of specific state types","clicks":0},{"url":"https://users.rust-lang.org/t/help-with-read-write-data-from-tcp-server-to-server-also-converting/49867/2","internal":true,"reflection":true,"title":"Help with read-write data from TCP server-to server (also converting)","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-read-a-connection-for-a-serial/51551/3","internal":true,"reflection":true,"title":"How to read a connection for a serial?","clicks":0},{"url":"https://users.rust-lang.org/t/help-about-refcell/49901/6","internal":true,"reflection":true,"title":"Help about RefCell","clicks":0},{"url":"https://users.rust-lang.org/t/problem-with-lifetimes-in-rc-refcell-t/49861/14","internal":true,"reflection":true,"title":"Problem with lifetimes in Rc\u003cRefCell\u003cT\u003e\u003e","clicks":0},{"url":"https://users.rust-lang.org/t/problem-with-openoptions-and-write-all/51613/2","internal":true,"reflection":true,"title":"Problem with OpenOptions and write_all()","clicks":0},{"url":"https://users.rust-lang.org/t/temporary-value-dropped-while-borrowed-using-into-iter/51654/3","internal":true,"reflection":true,"title":"Temporary Value Dropped While Borrowed Using into_iter","clicks":0},{"url":"https://users.rust-lang.org/t/function-definition-with-generic-struct/53870/14","internal":true,"reflection":true,"title":"Function definition with generic struct","clicks":0},{"url":"https://users.rust-lang.org/t/parse-multiple-input-based-on-jsonfile-with-lettre/50092/2","internal":true,"reflection":true,"title":"Parse multiple input based on jsonfile with lettre","clicks":0},{"url":"https://users.rust-lang.org/t/practicing-match-and-enum-functions/50146/2","internal":true,"reflection":true,"title":"Practicing match and enum functions","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-collect-string-of-input-into-array/50167/2","internal":true,"reflection":true,"title":"How to collect string of input into array?","clicks":0},{"url":"https://users.rust-lang.org/t/rust-qt-project-compiling-issue/50194/5","internal":true,"reflection":true,"title":"Rust-qt project compiling issue","clicks":0},{"url":"https://users.rust-lang.org/t/here-i-have-skipped-7-line-but-now-i-want-to-get-result-from-that-result-which-i-have-skipped-i-want-to-get-1st-line-from-it-but-i-can-not-get-it-then-how-can-i-get-this-first-line/50277/5","internal":true,"reflection":true,"title":"Here i have skipped 7 line but now i want to get result from that result which i have skipped. I want to get 1st line from it but i can not get it then how can i get this first line?","clicks":0},{"url":"https://users.rust-lang.org/t/snmp-recoverable-error-handling/52220/6","internal":true,"reflection":true,"title":"Snmp recoverable error handling","clicks":0},{"url":"https://users.rust-lang.org/t/reading-fits-files-from-subdirectories/67260/2","internal":true,"reflection":true,"title":"Reading FITS files from subdirectories","clicks":0},{"url":"https://users.rust-lang.org/t/retrieving-error-from-result-t-err-e/52292/3","internal":true,"reflection":true,"title":"Retrieving error from Result\u003cT, Err(e)\u003e","clicks":0},{"url":"https://users.rust-lang.org/t/hyper-example-proxy-with-rustls/50493/2","internal":true,"reflection":true,"title":"Hyper example proxy with rustls","clicks":0},{"url":"https://users.rust-lang.org/t/one-line-conditionals/56400/9","internal":true,"reflection":true,"title":"One line conditionals","clicks":0},{"url":"https://users.rust-lang.org/t/what-does-the-word-s-mean/50579/3","internal":true,"reflection":true,"title":"What does the word \"s\" mean?","clicks":0},{"url":"https://users.rust-lang.org/t/proper-use-of-a-stream-item-event-across-multiple-futures-with-loop-and-next/88172/3","internal":true,"reflection":true,"title":"Proper use of a Stream\u003cItem = Event\u003e across multiple futures with loop and .next()","clicks":0},{"url":"https://users.rust-lang.org/t/driver-compilation-issue/55186/6","internal":true,"reflection":true,"title":"Driver compilation Issue","clicks":0},{"url":"https://users.rust-lang.org/t/alloc-arc-reference-counting-stymied-by-closure/55226/2","internal":true,"reflection":true,"title":"alloc::sync::Arc - reference counting stymied by closure?","clicks":0},{"url":"https://users.rust-lang.org/t/debug-serialization-problem/56510/2","internal":true,"reflection":true,"title":"Debug serialization problem?","clicks":0},{"url":"https://users.rust-lang.org/t/how-use-cors-in-actix-web/56957/2","internal":true,"reflection":true,"title":"How use cors in actix-web","clicks":0},{"url":"https://users.rust-lang.org/t/fix-the-unsafe-blocks-help/57011/2","internal":true,"reflection":true,"title":"Fix the unsafe blocks, Help!","clicks":0},{"url":"https://users.rust-lang.org/t/intresting-how-memory-work-for-tuple-please-help/63244/4","internal":true,"reflection":true,"title":"Intresting how memory work for tuple.Please help","clicks":0},{"url":"https://users.rust-lang.org/t/using-require-literal-leading-dot-with-glob-with/88594/2","internal":true,"reflection":true,"title":"Using require_literal_leading_dot with glob_with","clicks":0},{"url":"https://users.rust-lang.org/t/fibonacci-sequence-beginner-asking-for-help/58288/2","internal":true,"reflection":true,"title":"Fibonacci sequence (beginner asking for help)","clicks":0},{"url":"https://users.rust-lang.org/t/write-all-and-read-using-framed-not-working-sending-file-over-the-network/58464/2","internal":true,"reflection":true,"title":"Write_all and read using framed ... Not working Sending file over the network","clicks":0},{"url":"https://users.rust-lang.org/t/compilation-error/59885/5","internal":true,"reflection":true,"title":"Compilation error","clicks":0},{"url":"https://users.rust-lang.org/t/absolutely-rust-newbie-here-please-suggest-me-how-to-improve-this-simple-program/59966/4","internal":true,"reflection":true,"title":"Absolutely Rust newbie here! Please suggest me how to improve this simple program","clicks":0},{"url":"https://users.rust-lang.org/t/integrate-hashmap-into-struct-with-methods/61932/2","internal":true,"reflection":true,"title":"Integrate HashMap into struct with methods","clicks":0},{"url":"https://users.rust-lang.org/t/value-borrowed-after-move-how-to-get-the-value-from-inside-a-struct/60188/2","internal":true,"reflection":true,"title":"Value borrowed after move - how to get the value from inside a struct","clicks":0},{"url":"https://users.rust-lang.org/t/thiserror-error-into-box-dyn-std-error-send-sync/61688/6","internal":true,"reflection":true,"title":"thiserror::Error into Box\u003cdyn std::error::Error + Send + Sync\u003e","clicks":0},{"url":"https://users.rust-lang.org/t/trying-to-configure-a-usart-peripheral/60414/2","internal":true,"reflection":true,"title":"Trying to configure a USART peripheral","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-remove-duplication-in-a-vector-in-rust/66486/2","internal":true,"reflection":true,"title":"How to remove duplication in a vector in rust","clicks":0},{"url":"https://users.rust-lang.org/t/trying-to-understand-moving-ownership-of-vectors-to-funcs/65556/2","internal":true,"reflection":true,"title":"Trying to understand moving ownership of vectors to funcs","clicks":0},{"url":"https://users.rust-lang.org/t/please-help-having-some-problem/62418/2","internal":true,"reflection":true,"title":"Please help! having some problem","clicks":0},{"url":"https://users.rust-lang.org/t/rust-book-chapter-8-add-employee-exercise/71757/2","internal":true,"reflection":true,"title":"Rust book chapter 8 add employee exercise","clicks":0},{"url":"https://users.rust-lang.org/t/a-question-about-associated-types/62566/4","internal":true,"reflection":true,"title":"A question about Associated types","clicks":0},{"url":"https://users.rust-lang.org/t/diesel-how-to-implement-generic-functions-for-crud-operations-on-any-table-type/63732/2","internal":true,"reflection":true,"title":"Diesel : how to implement generic functions for CRUD operations on any table type?","clicks":0},{"url":"https://users.rust-lang.org/t/explain-filter-method/65458/2","internal":true,"reflection":true,"title":"Explain filter method","clicks":0},{"url":"https://users.rust-lang.org/t/pls-turn-this-code-into-async-with-futures/62640/2","internal":true,"reflection":true,"title":"Pls Turn this code into async with futures","clicks":0},{"url":"https://users.rust-lang.org/t/new-to-rust-getting-an-error-pls-help/62645/2","internal":true,"reflection":true,"title":"New to Rust...Getting an error. Pls help","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-get-message-field-out-of-std-error/65474/2","internal":true,"reflection":true,"title":"How to get \"message\" field out of std::io::error","clicks":0},{"url":"https://users.rust-lang.org/t/unsafe-related-question/62723/3","internal":true,"reflection":true,"title":"Unsafe related question","clicks":0},{"url":"https://users.rust-lang.org/t/sqlx-only-accept-string-literal-how-to-use-variable/64017/3","internal":true,"reflection":true,"title":"Sqlx only accept string literal, how to use variable?","clicks":0},{"url":"https://users.rust-lang.org/t/how-do-i-solve-this-issue-cant-explain-the-issue-properly/71778/6","internal":true,"reflection":true,"title":"How do i solve this issue, can't explain the issue properly","clicks":0},{"url":"https://users.rust-lang.org/t/using-enum-in-different-modules/66608/2","internal":true,"reflection":true,"title":"Using enum in different modules","clicks":0},{"url":"https://users.rust-lang.org/t/small-questions-about-using-break/86719/2","internal":true,"reflection":true,"title":"Small questions about using break","clicks":0},{"url":"https://users.rust-lang.org/t/rust-intel-fortran-lib/69961/2","internal":true,"reflection":true,"title":"Rust + Intel Fortran LIB","clicks":0},{"url":"https://users.rust-lang.org/t/variable-value-readable-but-not-mutable-scope-issue/66970/7","internal":true,"reflection":true,"title":"Variable value readable but not mutable (scope issue)","clicks":0},{"url":"https://users.rust-lang.org/t/reading-a-file-with-struct-trait-and-impl/55427/7","internal":true,"reflection":true,"title":"Reading a File with Struct, Trait and Impl","clicks":0},{"url":"https://users.rust-lang.org/t/the-prototype-pattern-and-rust/72496/6","internal":true,"reflection":true,"title":"The Prototype Pattern and Rust","clicks":0},{"url":"https://users.rust-lang.org/t/help-with-function-to-find-max-value-in-array/92540/3","internal":true,"reflection":true,"title":"Help With Function to find MAX value in Array","clicks":0},{"url":"https://users.rust-lang.org/t/implement-statics-trie-tree/74458/2","internal":true,"reflection":true,"title":"Implement static's trie-tree?","clicks":0},{"url":"https://users.rust-lang.org/t/not-able-to-print-captured-variable-to-output/72676/2","internal":true,"reflection":true,"title":"Not able to print captured variable to output","clicks":0},{"url":"https://users.rust-lang.org/t/dht11-and-pico-combo/74858/2","internal":true,"reflection":true,"title":"Dht11 and pico - combo","clicks":0},{"url":"https://users.rust-lang.org/t/cannot-compile-my-code/72894/2","internal":true,"reflection":true,"title":"Cannot compile my code","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-deal-with-response-web-site/74900/3","internal":true,"reflection":true,"title":"How to deal with response? (web site)","clicks":0},{"url":"https://users.rust-lang.org/t/help-write-a-program-in-rust-to-read-a-csv-file-and-create-two-output-csv-files-one-file-with-odd-rows-and-the-other-file-with-even-rows-from-the-input-file/77494/7","internal":true,"reflection":true,"title":"help,Write a program in Rust to read a CSV file and create two output CSV files – one file with odd rows and the other file with even rows from the input file","clicks":0},{"url":"https://users.rust-lang.org/t/why-does-the-following-code-compile-successfully/89236/7","internal":true,"reflection":true,"title":"Why does the following code compile successfully?","clicks":0},{"url":"https://users.rust-lang.org/t/new-to-coding-chapter-3-project/80517/2","internal":true,"reflection":true,"title":"New to coding, Chapter 3 project","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-set-the-limitation-for-args/78814/6","internal":true,"reflection":true,"title":"How to set the limitation for args","clicks":0},{"url":"https://users.rust-lang.org/t/solved-how-to-use-string-for-email-address/80253/2","internal":true,"reflection":true,"title":"[Solved]How to use String for email address","clicks":0},{"url":"https://users.rust-lang.org/t/passing-struct-containing-references-as-argument-to-an-async-function/53555/2","internal":true,"reflection":true,"title":"Passing struct containing references as argument to an async function","clicks":0},{"url":"https://users.rust-lang.org/t/variable-value-readable-but-not-mutable-scope-issue/66970/3","internal":true,"reflection":true,"title":"Variable value readable but not mutable (scope issue)","clicks":0},{"url":"https://users.rust-lang.org/t/1-convenient-passing-arguments-to-println-2-difference-between-slice-and-str/50494/2","internal":true,"reflection":true,"title":"1) convenient passing arguments to println!; 2) difference between slice and \u0026str","clicks":0},{"url":"https://users.rust-lang.org/t/solved-rust-thread-errors/52344/3","internal":true,"reflection":true,"title":"[Solved] Rust thread errors","clicks":0},{"url":"https://users.rust-lang.org/t/c-converted-to-rust-compiled-ok-but-got-a-bad-result-which-step-is-wrong/45554/3","internal":true,"reflection":true,"title":"C++ converted to Rust, compiled ok but got a bad result. Which step is wrong?","clicks":0},{"url":"https://users.rust-lang.org/t/keeping-score-for-two-teams-in-a-baseball-game-simulation-is-hash-map-the-way-to-go/81757/2","internal":true,"reflection":true,"title":"Keeping score in a baseball game simulation - Is Hash Map the way to go?","clicks":0},{"url":"https://users.rust-lang.org/t/solved-escape-quotes-and-back-slash-in-process-command-arguments/43641/2","internal":true,"reflection":true,"title":"[Solved] Escape Quotes and Back Slash in Process Command Arguments","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-compare-variables-of-two-types-without-type-conversion-or-type-casting-using-if-statement/43272/3","internal":true,"reflection":true,"title":"How to compare variables of two types without type conversion or type casting using if statement","clicks":0},{"url":"https://users.rust-lang.org/t/struct-impl-properties/87189/2","internal":true,"reflection":true,"title":"Struct impl properties","clicks":0},{"url":"https://users.rust-lang.org/t/can-someone-explain-what-i-am-doing-wrong/81397/2","internal":true,"reflection":true,"title":"Can someone explain what I am doing wrong?","clicks":0},{"url":"https://users.rust-lang.org/t/rust-and-c-compatibility/79996/2","internal":true,"reflection":true,"title":"Rust and C++ Compatibility","clicks":0},{"url":"https://users.rust-lang.org/t/crate-lettre-doesnt-support-multiple-recipients/80813/2","internal":true,"reflection":true,"title":"Crate 'Lettre' : doesn't support multiple recipients?","clicks":0},{"url":"https://users.rust-lang.org/t/multithreading-in-rust/90959/2","internal":true,"reflection":true,"title":"Multithreading in rust","clicks":0},{"url":"https://users.rust-lang.org/t/how-to-implement-inheritence-in-rust/92774/3","internal":true,"reflection":true,"title":"How to Implement inheritence in rust?","clicks":0},{"url":"https://users.rust-lang.org/t/how-the-rust-how-to-lookup-method-for-different-object/89278/2","internal":true,"reflection":true,"title":"How the rust how to lookup method for different object","clicks":0},{"url":"https://users.rust-lang.org/t/i-want-to-know-how-i-can-compile-this-code-under-linux/89312/9","internal":true,"reflection":true,"title":"I want to know how I can compile this code under linux","clicks":0},{"url":"https://users.rust-lang.org/t/advice-regarding-increasing-performance-of-network-packet-processing/91331/2","internal":true,"reflection":true,"title":"Advice regarding increasing performance of network packet processing","clicks":0},{"url":"https://users.rust-lang.org/t/install-duplicates-about-4-7-of-rustup-on-windows/91661/2","internal":true,"reflection":true,"title":"Install Duplicates About 4.7% of .rustup on Windows","clicks":0},{"url":"https://users.rust-lang.org/t/question-on-vector-of-mutable-reference-into-struct/89829/3","internal":true,"reflection":true,"title":"Question on vector of mutable reference into struct","clicks":0},{"url":"https://users.rust-lang.org/t/display-retry-message-inside-loop-for-string-input/91831/2","internal":true,"reflection":true,"title":"Display \u003c retry \u003e message inside loop for string input","clicks":0},{"url":"https://users.rust-lang.org/t/how-do-i-properly-resolve-the-error-temporary-value-dropped-while-borrowed/92053/4","internal":true,"reflection":true,"title":"How do I properly resolve the error \"temporary value dropped while borrowed\"?","clicks":0},{"url":"https://users.rust-lang.org/t/c-converted-to-rust-compiled-ok-but-got-a-bad-result-which-step-is-wrong/45554/2","internal":true,"reflection":true,"title":"C++ converted to Rust, compiled ok but got a bad result. Which step is wrong?","clicks":0},{"url":"https://users.rust-lang.org/t/lifetime-params-for-more-complex-function-returns/45516/2","internal":true,"reflection":true,"title":"Lifetime params for more complex function returns","clicks":0},{"url":"https://users.rust-lang.org/t/address-of-associated-constant/59602/2","internal":true,"reflection":true,"title":"Address of associated constant","clicks":0},{"url":"https://users.rust-lang.org/t/where-to-put-the-trait-definition/66083/3","internal":true,"reflection":true,"title":"Where to put the trait-definition","clicks":0},{"url":"https://users.rust-lang.org/t/problem-with-connecting-diesel-and-rocket-with-a-triait/84879/2","internal":true,"reflection":true,"title":"Problem with connecting diesel and rocket with a triait","clicks":0},{"url":"https://users.rust-lang.org/t/hello-you-need-to-my-ask-something-about-rust/81851/5","internal":true,"reflection":true,"title":"Hello you need to my ask something about rust","clicks":0},{"url":"https://users.rust-lang.org/t/guessing-game-compile-issue/46726/7","internal":true,"reflection":true,"title":"Guessing_Game Compile Issue","clicks":0},{"url":"https://users.rust-lang.org/t/loops-and-pointers-num-and-num-are-the-same/70048/2","internal":true,"reflection":true,"title":"Loops and Pointers - *num and num are the same","clicks":0},{"url":"https://users.rust-lang.org/t/what-is-the-difference-between-impl-t-and-impl-t-config/64518/3","internal":true,"reflection":true,"title":"What is the difference between impl\u003cT\u003e and impl\u003cT: Config\u003e","clicks":0},{"url":"https://users.rust-lang.org/t/please-help-me-get-rayon-struggling-with-trait-implementations-to-work-in-my-rust-bio-bioinformatics-tool-rust-implementation/64521/2","internal":true,"reflection":true,"title":"Please help me get rayon--struggling with trait implementations--to work in my rust-bio bioinformatics tool Rust implementation","clicks":0},{"url":"https://users.rust-lang.org/t/how-do-i-run-the-simple-rs-gimli-example/54630/2","internal":true,"reflection":true,"title":"How do I run the simple.rs gimli example?","clicks":0},{"url":"https://users.rust-lang.org/t/pass-function-closure-to-thread/45574/2","internal":true,"reflection":true,"title":"Pass function closure to thread","clicks":0},{"url":"https://users.rust-lang.org/t/how-do-i-run-the-simple-rs-gimli-example/54630/11","internal":true,"reflection":true,"title":"How do I run the simple.rs gimli example?","clicks":0},{"url":"https://users.rust-lang.org/t/i-want-to-break-out-of-loop-when-0-occurs-4-times-or-1-occurs-3-times-baseball-balls-and-strikes/70060/2","internal":true,"reflection":true,"title":"I want to break out of loop when 0 occurs 4 times or 1 occurs 3 times (baseball balls and strikes)","clicks":0}],"read":true,"user_title":null,"bookmarked":false,"actions_summary":[{"id":2,"count":55}],"moderator":false,"admin":false,"staff":false,"user_id":7317,"hidden":false,"trust_level":2,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":false,"can_vote":false},{"id":165432,"name":"Alice Ryhl","username":"alice","avatar_template":"/user_avatar/users.rust-lang.org/alice/{size}/9777_2.png","created_at":"2020-05-07T15:33:43.428Z","cooked":"\u003cp\u003eSeems like pinning this thread would be fine?\u003c/p\u003e","post_number":2,"post_type":1,"updated_at":"2020-05-07T15:33:43.428Z","reply_count":0,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":13,"reads":1727,"readers_count":1726,"score":590.2,"yours":false,"topic_id":42214,"topic_slug":"forum-code-formatting-and-syntax-highlighting","display_username":"Alice Ryhl","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_wiki":false,"read":true,"user_title":"Regular","title_is_group":false,"bookmarked":false,"actions_summary":[{"id":2,"count":10}],"moderator":false,"admin":false,"staff":false,"user_id":10869,"hidden":false,"trust_level":4,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":false},{"id":165453,"name":"Matt Brubeck","username":"mbrubeck","avatar_template":"/user_avatar/users.rust-lang.org/mbrubeck/{size}/648_2.png","created_at":"2020-05-07T17:38:46.412Z","cooked":"","post_number":3,"post_type":3,"updated_at":"2020-05-07T17:38:46.412Z","reply_count":0,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":11,"reads":1615,"readers_count":1614,"score":377.8,"yours":false,"topic_id":42214,"topic_slug":"forum-code-formatting-and-syntax-highlighting","display_username":"Matt Brubeck","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_wiki":false,"read":true,"user_title":null,"bookmarked":false,"actions_summary":[],"moderator":false,"admin":false,"staff":false,"user_id":719,"hidden":false,"trust_level":4,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"action_code":"pinned_globally.enabled","can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":false},{"id":165467,"name":"Ixrec","username":"Ixrec","avatar_template":"/user_avatar/users.rust-lang.org/ixrec/{size}/15209_2.png","created_at":"2020-05-07T18:39:07.205Z","cooked":"\u003cp\u003eThis is part of \"\u003cstrong\u003emarkdown\u003c/strong\u003e\", a standard text formatting syntax not unique to Github. These days most implementations I know of are using the CommonMark spec with some extentions. Here are some links:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCommonMark's introduction to markdown: \u003ca href=\"https://commonmark.org/help/\" class=\"inline-onebox\" rel=\"noopener nofollow ugc\"\u003eMarkdown Reference\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003eThe latest version of the CommonMark spec: \u003ca href=\"https://spec.commonmark.org/current/\" class=\"inline-onebox\" rel=\"noopener nofollow ugc\"\u003eRedirecting...\u003c/a\u003e (which calls these ``` blocks \"\u003ca href=\"https://spec.commonmark.org/0.29/#fenced-code-blocks\" rel=\"noopener nofollow ugc\"\u003eFenced Code Blocks\u003c/a\u003e\" and the \u003ccode\u003ecpp\u003c/code\u003e part an \"\u003ca href=\"https://spec.commonmark.org/0.29/#info-string\" rel=\"noopener nofollow ugc\"\u003eInfo String\u003c/a\u003e\")\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://meta.discourse.org/t/post-format-reference-documentation/19197\" rel=\"noopener nofollow ugc\"\u003eDiscourse's markdown is just CommonMark plus a few extentions\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGithub uses what it calls \u003ca href=\"https://guides.github.com/features/mastering-markdown/\" rel=\"noopener nofollow ugc\"\u003eGFM (Github-Flavored Markdown)\u003c/a\u003e, which is also \u003ca href=\"https://github.github.com/gfm/\" rel=\"noopener nofollow ugc\"\u003eformally specified as an extension of CommonMark\u003c/a\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eI've also personally used ```s and other bits of markdown on StackOverflow, Slack and Discord, so it's pretty close to universal.\u003c/p\u003e","post_number":4,"post_type":1,"updated_at":"2020-05-07T18:43:20.902Z","reply_count":0,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":17,"reads":1608,"readers_count":1607,"score":586.4,"yours":false,"topic_id":42214,"topic_slug":"forum-code-formatting-and-syntax-highlighting","display_username":"Ixrec","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_wiki":false,"link_counts":[{"url":"https://commonmark.org/help/","internal":false,"reflection":false,"title":"Markdown Reference","clicks":69},{"url":"https://meta.discourse.org/t/post-format-reference-documentation/19197","internal":false,"reflection":false,"title":"Post format reference documentation - faq - Discourse Meta","clicks":22},{"url":"https://spec.commonmark.org/current/","internal":false,"reflection":false,"title":"Redirecting...","clicks":17},{"url":"https://github.github.com/gfm/","internal":false,"reflection":false,"title":"GitHub Flavored Markdown Spec","clicks":13},{"url":"https://guides.github.com/features/mastering-markdown/","internal":false,"reflection":false,"title":"Mastering Markdown · GitHub Guides","clicks":12},{"url":"https://spec.commonmark.org/0.29/#fenced-code-blocks","internal":false,"reflection":false,"title":"CommonMark Spec","clicks":10},{"url":"https://spec.commonmark.org/0.29/#info-string","internal":false,"reflection":false,"title":"CommonMark Spec","clicks":6}],"read":true,"user_title":null,"bookmarked":false,"actions_summary":[{"id":2,"count":12}],"moderator":false,"admin":false,"staff":false,"user_id":3932,"hidden":false,"trust_level":2,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":false},{"id":165470,"name":"","username":"chrisd","avatar_template":"/user_avatar/users.rust-lang.org/chrisd/{size}/11859_2.png","created_at":"2020-05-07T18:46:41.233Z","cooked":"\u003cp\u003eSince this has now been pinned (thanks!) I've removed the last note that lxrec is responding to, but I'll copy it here for posterity:\u003c/p\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\nSummary\u003c/summary\u003e\n\u003cblockquote\u003e\n\u003cp\u003eHowever this way of posting code isn't so obvious. It relies on a new user being aware of the github syntax and guessing that this forum uses the same syntax. I didn't when I first arrived and frequently new users post code that's hard to read because they aren't aware of how to format it for this forum's software.\u003c/p\u003e\n\u003cp\u003eCould there be somewhere that explains this placed where new users can see it?\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cp\u003eI didn't realize that the syntax was now in the CommonMark spec. Thanks for the correction.\u003c/p\u003e","post_number":5,"post_type":1,"updated_at":"2020-05-07T18:48:07.604Z","reply_count":0,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":7,"reads":1362,"readers_count":1361,"score":352.4,"yours":false,"topic_id":42214,"topic_slug":"forum-code-formatting-and-syntax-highlighting","display_username":"","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_wiki":false,"read":true,"user_title":null,"bookmarked":false,"actions_summary":[{"id":2,"count":3}],"moderator":false,"admin":false,"staff":false,"user_id":7317,"hidden":false,"trust_level":2,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":false},{"id":165479,"name":"Matt Brubeck","username":"mbrubeck","avatar_template":"/user_avatar/users.rust-lang.org/mbrubeck/{size}/648_2.png","created_at":"2020-05-07T19:50:39.808Z","cooked":"","post_number":6,"post_type":3,"updated_at":"2020-05-07T19:50:39.808Z","reply_count":0,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":6,"reads":1196,"readers_count":1195,"score":269.2,"yours":false,"topic_id":42214,"topic_slug":"forum-code-formatting-and-syntax-highlighting","display_username":"Matt Brubeck","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_wiki":false,"read":true,"user_title":null,"bookmarked":false,"actions_summary":[],"moderator":false,"admin":false,"staff":false,"user_id":719,"hidden":false,"trust_level":4,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"action_code":"closed.enabled","can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":false}],"stream":[165427,165432,165453,165467,165470,165479]},"timeline_lookup":[[1,1086]],"suggested_topics":[{"id":92396,"title":"Forum Terms of Service changed","fancy_title":"Forum Terms of Service changed","slug":"forum-terms-of-service-changed","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2023-04-12T07:30:16.796Z","last_posted_at":"2023-04-12T07:30:16.876Z","bumped":true,"bumped_at":"2023-04-12T07:30:16.876Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"tags_descriptions":{},"like_count":0,"views":148,"category_id":3,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user":{"id":21086,"username":"jbe","name":"","avatar_template":"https://avatars.discourse-cdn.com/v4/letter/j/f6c823/{size}.png"}}]},{"id":89685,"title":"Akismet hides my posts","fancy_title":"Akismet hides my posts","slug":"akismet-hides-my-posts","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2023-02-21T18:03:35.260Z","last_posted_at":"2023-02-21T18:03:35.334Z","bumped":true,"bumped_at":"2023-02-21T18:03:35.334Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"tags_descriptions":{},"like_count":0,"views":149,"category_id":3,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user":{"id":32007,"username":"janedenone","name":"","avatar_template":"/user_avatar/users.rust-lang.org/janedenone/{size}/32370_2.png"}}]},{"id":88343,"title":"Dark mode logo doesn't match with the dark red background navbar","fancy_title":"Dark mode logo doesn\u0026rsquo;t match with the dark red background navbar","slug":"dark-mode-logo-doesnt-match-with-the-dark-red-background-navbar","posts_count":17,"reply_count":8,"highest_post_number":17,"image_url":"https://global.discourse-cdn.com/business5/uploads/rust_lang/original/3X/a/b/ab6889f1601d0441c0276712a3d772e45f4846d5.png","created_at":"2023-01-28T22:47:45.776Z","last_posted_at":"2023-02-06T22:54:30.576Z","bumped":true,"bumped_at":"2023-02-06T22:54:30.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"tags_descriptions":{},"like_count":33,"views":394,"category_id":3,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user":{"id":28590,"username":"hydroper1","name":"Matheus Dias de Souza","avatar_template":"/user_avatar/users.rust-lang.org/hydroper1/{size}/31518_2.png"}},{"extras":null,"description":"Frequent Poster","user":{"id":19423,"username":"quinedot","name":"Quine Dot","avatar_template":"/user_avatar/users.rust-lang.org/quinedot/{size}/17693_2.png"}},{"extras":null,"description":"Frequent Poster","user":{"id":13932,"username":"jhpratt","name":"Jacob Pratt","avatar_template":"/user_avatar/users.rust-lang.org/jhpratt/{size}/31662_2.png"}},{"extras":null,"description":"Frequent Poster","user":{"id":13927,"username":"tuxmain","name":"","avatar_template":"/user_avatar/users.rust-lang.org/tuxmain/{size}/23025_2.png"}},{"extras":"latest","description":"Most Recent Poster","user":{"id":31343,"username":"schuelermine","name":"Anselm Schüler","avatar_template":"/user_avatar/users.rust-lang.org/schuelermine/{size}/31605_2.png"}}]},{"id":91000,"title":"Disable automatic quote removal?","fancy_title":"Disable automatic quote removal?","slug":"disable-automatic-quote-removal","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2023-03-16T19:45:11.097Z","last_posted_at":"2023-03-17T14:37:55.641Z","bumped":true,"bumped_at":"2023-03-17T14:37:55.641Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"tags_descriptions":{},"like_count":9,"views":204,"category_id":3,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user":{"id":19423,"username":"quinedot","name":"Quine Dot","avatar_template":"/user_avatar/users.rust-lang.org/quinedot/{size}/17693_2.png"}},{"extras":"latest","description":"Most Recent Poster","user":{"id":15320,"username":"steffahn","name":"Frank Steffahn","avatar_template":"/user_avatar/users.rust-lang.org/steffahn/{size}/14152_2.png"}}]},{"id":92434,"title":"What's a good place to discuss a potential crate design?","fancy_title":"What\u0026rsquo;s a good place to discuss a potential crate design?","slug":"whats-a-good-place-to-discuss-a-potential-crate-design","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2023-04-13T02:19:59.258Z","last_posted_at":"2023-04-18T22:34:18.421Z","bumped":true,"bumped_at":"2023-04-18T22:34:18.421Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"tags_descriptions":{},"like_count":5,"views":169,"category_id":3,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user":{"id":16797,"username":"garagedragon","name":"","avatar_template":"/user_avatar/users.rust-lang.org/garagedragon/{size}/15267_2.png"}},{"extras":null,"description":"Frequent Poster, Accepted Answer","user":{"id":6948,"username":"H2CO3","name":"","avatar_template":"/user_avatar/users.rust-lang.org/h2co3/{size}/30159_2.png"}}]}],"tags_descriptions":{},"id":42214,"title":"Forum Code Formatting and Syntax Highlighting","fancy_title":"Forum Code Formatting and Syntax Highlighting","posts_count":6,"created_at":"2020-05-07T15:05:15.388Z","views":35365,"reply_count":0,"like_count":80,"last_posted_at":"2020-05-07T19:50:39.808Z","visible":true,"closed":true,"archived":false,"has_summary":false,"archetype":"regular","slug":"forum-code-formatting-and-syntax-highlighting","category_id":3,"word_count":483,"deleted_at":null,"user_id":7317,"featured_link":null,"pinned_globally":true,"pinned_at":"2020-05-07T17:38:46.043Z","pinned_until":"3020-05-07T15:00:00.000Z","image_url":null,"slow_mode_seconds":0,"draft":null,"draft_key":"topic_42214","draft_sequence":null,"unpinned":null,"pinned":true,"current_post_number":1,"highest_post_number":6,"deleted_by":null,"actions_summary":[{"id":4,"count":0,"hidden":false,"can_act":false},{"id":8,"count":0,"hidden":false,"can_act":false},{"id":7,"count":0,"hidden":false,"can_act":false}],"chunk_size":20,"bookmarked":false,"bookmarks":[],"topic_timer":null,"message_bus_last_id":0,"participant_count":3,"show_read_indicator":false,"thumbnails":null,"slow_mode_enabled_until":null,"tags_disable_ads":false,"can_vote":false,"vote_count":0,"user_voted":false,"discourse_zendesk_plugin_zendesk_id":null,"discourse_zendesk_plugin_zendesk_url":"https://your-url.zendesk.com/agent/tickets/","details":{"can_edit":false,"notification_level":1,"participants":[{"id":7317,"username":"chrisd","name":"","avatar_template":"/user_avatar/users.rust-lang.org/chrisd/{size}/11859_2.png","post_count":2,"primary_group_name":null,"flair_name":null,"flair_url":null,"flair_color":null,"flair_bg_color":null,"flair_group_id":null,"trust_level":2},{"id":10869,"username":"alice","name":"Alice Ryhl","avatar_template":"/user_avatar/users.rust-lang.org/alice/{size}/9777_2.png","post_count":1,"primary_group_name":null,"flair_name":null,"flair_url":null,"flair_color":null,"flair_bg_color":null,"flair_group_id":null,"trust_level":4},{"id":3932,"username":"Ixrec","name":"Ixrec","avatar_template":"/user_avatar/users.rust-lang.org/ixrec/{size}/15209_2.png","post_count":1,"primary_group_name":null,"flair_name":null,"flair_url":null,"flair_color":null,"flair_bg_color":null,"flair_group_id":null,"trust_level":2}],"created_by":{"id":7317,"username":"chrisd","name":"","avatar_template":"/user_avatar/users.rust-lang.org/chrisd/{size}/11859_2.png"},"last_poster":{"id":719,"username":"mbrubeck","name":"Matt Brubeck","avatar_template":"/user_avatar/users.rust-lang.org/mbrubeck/{size}/648_2.png"},"links":[{"url":"https://commonmark.org/help/","title":"Markdown Reference","internal":false,"attachment":false,"reflection":false,"clicks":69,"user_id":3932,"domain":"commonmark.org","root_domain":"commonmark.org"},{"url":"https://users.rust-lang.org/t/remove-an-element-from-the-vector/43107/3","title":"Remove an element from the vector","internal":true,"attachment":false,"reflection":true,"clicks":36,"user_id":9449,"domain":"users.rust-lang.org","root_domain":"rust-lang.org"},{"url":"https://meta.discourse.org/t/post-format-reference-documentation/19197","title":"Post format reference documentation - faq - Discourse Meta","internal":false,"attachment":false,"reflection":false,"clicks":22,"user_id":3932,"domain":"meta.discourse.org","root_domain":"discourse.org"},{"url":"https://spec.commonmark.org/current/","title":"Redirecting...","internal":false,"attachment":false,"reflection":false,"clicks":17,"user_id":3932,"domain":"spec.commonmark.org","root_domain":"commonmark.org"},{"url":"https://github.github.com/gfm/","title":"GitHub Flavored Markdown Spec","internal":false,"attachment":false,"reflection":false,"clicks":13,"user_id":3932,"domain":"github.github.com","root_domain":"github.com"},{"url":"https://guides.github.com/features/mastering-markdown/","title":"Mastering Markdown · GitHub Guides","internal":false,"attachment":false,"reflection":false,"clicks":12,"user_id":3932,"domain":"guides.github.com","root_domain":"github.com"},{"url":"https://users.rust-lang.org/t/error-in-format/45815/3","title":"Error in Format!","internal":true,"attachment":false,"reflection":true,"clicks":11,"user_id":17606,"domain":"users.rust-lang.org","root_domain":"rust-lang.org"},{"url":"https://users.rust-lang.org/t/how-to-print-value-of-a-pointer/46352/2","title":"How to print value of a pointer","internal":true,"attachment":false,"reflection":true,"clicks":10,"user_id":7317,"domain":"users.rust-lang.org","root_domain":"rust-lang.org"},{"url":"https://spec.commonmark.org/0.29/#fenced-code-blocks","title":"CommonMark Spec","internal":false,"attachment":false,"reflection":false,"clicks":10,"user_id":3932,"domain":"spec.commonmark.org","root_domain":"commonmark.org"},{"url":"https://users.rust-lang.org/t/help-with-multithreading-x-y-axis-manipulation/44021/3","title":"Help with multithreading - x/y axis manipulation","internal":true,"attachment":false,"reflection":true,"clicks":8,"user_id":6406,"domain":"users.rust-lang.org","root_domain":"rust-lang.org"},{"url":"https://spec.commonmark.org/0.29/#info-string","title":"CommonMark Spec","internal":false,"attachment":false,"reflection":false,"clicks":6,"user_id":3932,"domain":"spec.commonmark.org","root_domain":"commonmark.org"},{"url":"https://users.rust-lang.org/t/how-to-parse-reqwest-response-json-to-a-struct/46373/2","title":"How to parse reqwest::blocking::response json to a struct","internal":true,"attachment":false,"reflection":true,"clicks":5,"user_id":10869,"domain":"users.rust-lang.org","root_domain":"rust-lang.org"},{"url":"https://users.rust-lang.org/t/how-to-call-a-raw-function-pointer-as-a-struct-member-wrapped-by-option/59310/2","title":"How to call a raw function pointer as a struct member wrapped by option","internal":true,"attachment":false,"reflection":true,"clicks":2,"user_id":15966,"domain":"users.rust-lang.org","root_domain":"rust-lang.org"},{"url":"https://users.rust-lang.org/t/std-from-mime-mime-is-implemented-for-mut-str-but-not-for-str/44271/3","title":"`std::convert::From\u003cmime::Mime\u003e` is implemented for `\u0026mut str`, but not for `\u0026str`","internal":true,"attachment":false,"reflection":true,"clicks":1,"user_id":6406,"domain":"users.rust-lang.org","root_domain":"rust-lang.org"}]}}