Taiki Endo

Results 18 repositories owned by Taiki Endo

easy-ext

41
Stars
1
Forks
Watchers

A lightweight attribute macro for easily writing extension trait pattern.

atomic-memcpy

23
Stars
0
Forks
Watchers

Byte-wise atomic memcpy.

install-action

236
Stars
30
Forks
Watchers

GitHub Action for installing development tools (mainly from GitHub Releases).

upload-rust-binary-action

201
Stars
17
Forks
Watchers

GitHub Action for building and uploading Rust binary to GitHub Releases.

syn-serde

22
Stars
3
Forks
Watchers

Library to serialize and deserialize Syn syntax trees.

parse-changelog

50
Stars
6
Forks
Watchers

Simple changelog parser, written in Rust.

portable-atomic

108
Stars
12
Forks
Watchers

Portable atomic types including support for 128-bit atomics, atomic float, etc.

futures-enum

15
Stars
0
Forks
Watchers

#[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.