Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Capture the entire contiguous matched input with nom

rust parser-combinators

Recommended way to wrap C lib initialization/destruction routine

rust

Why do the coherence rules raise the error "the type parameter must be used as the type parameter for some local type"?

rust

Unable to type alias a specialised generic enum

enums rust

How to get the byte offset between `&str`

rust

Is it possible to prevent duplicate identical arguments to a macro in Rust?

macros rust

Singly-Linked List in Rust

linked-list rust

This slightly modified Rc<()> is Sync, but not Send, right?

multithreading rust

Splitting a `Vec`

rust unsafe borrow-checker

Is there a byte equivalent of the 'stringify' macro?

macros rust

Why can't the Option.expect() message be downcast as a &'static str when a panic is handled with catch_unwind?

Waiting for a result mapped future

rust future

Error thrown citing match arms with incompatible types when pattern matching an Option

Using and_then with different Result error types without map_err

rust rust-result

Does Rust expose call stack depth?

recursion rust callstack

How can I implement a "default iterator" for a trait?

iterator rust

Can you implement math ops on structs without explicit references or ownership moving?

Is it possible to combine Rayon and Faster?

Lifetime error on struct referring to a parametrized function

rust

Reading raw bytes from standard input in Rust

rust