David Tolnay

Results 94 repositories owned by David Tolnay

oqueue

68
Stars
2
Forks
Watchers

Non-interleaving multithreaded output queue

paste

913
Stars
53
Forks
Watchers

Macros for all your token pasting needs

path-to-error

269
Stars
14
Forks
Watchers

Find out path at which a deserialization error occurred

precise

21
Stars
1
Forks
Watchers

Full precision decimal representation of f64

prettyplease

553
Stars
24
Forks
Watchers

A minimal `syn` syntax tree pretty-printer

proc-macro-workshop

3.4k
Stars
875
Forks
Watchers

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]

proc-macro2

605
Stars
101
Forks
Watchers

readonly

192
Stars
11
Forks
Watchers

Struct fields that are made read-only accessible to other modules

reduce

37
Stars
0
Forks
Watchers

iter.reduce(fn) in Rust

ref-cast

168
Stars
17
Forks
Watchers

Safely cast &T to &U where the struct U contains a single field of type T.