Skip to content
View andrewhickman's full-sized avatar

Block or report andrewhickman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. prost-reflect Public

    A protobuf library extending prost with reflection support and dynamic messages.

    Rust 109 28

  2. protox Public

    A pure-rust protobuf compiler, designed for use with prost-build

    Rust 81 8

  3. small-lang Public

    Minimal compiler using the mlsub type system

    Rust 3 1

  4. lanquetta Public

    A GUI application for testing GRPC services

    Rust 16 1

  5. fs-err Public

    A simple wrapper around filesystem operations to provide more helpful error messages.

    Rust 143 17

  6. fn-error-context Public

    An attribute macro to add context to errors from a function.

    Rust 18 2

257 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created a pull request in andrewhickman/protox that received 1 comment

Update msrv and dependencies

+94 −20 lines changed 1 comment
Opened 6 other pull requests in 2 repositories
Reviewed 1 pull request in 1 repository
andrewhickman/protox 1 pull request

Created an issue in rust-lang/rust that received 4 comments

Doc test containing code before main function fails to compile on beta

I tried this code: //! ``` //! # std::fs::write("foo.txt", "Hello, world!").unwrap(); //! fn main() { //! println!("{}", std::fs::read_to_string("…

4 comments
Loading