Skip to content
Avatar

Highlights

  • Pro
Block or Report

Block or report SergioBenitez

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.

Report abuse

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

Report abuse

Popular repositories

  1. Rocket Public

    A web framework for Rust.

    Rust 19k 1.4k

  2. Figment Public

    A hierarchical configuration library so con-free, it's unreal.

    Rust 245 16

  3. HTTP cookie parsing and cookie jar management for Rust.

    Rust 220 112

  4. yansi Public

    A dead simple ANSI terminal color painting library for Rust.

    Rust 166 16

  5. state Public

    A Rust library for safe and effortless global and thread-local state management.

    Rust 150 11

  6. RustFS Public archive

    A virtual file system written in Rust.

    Rust 123 12

182 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2022

Created 4 commits in 1 repository
Created 2 repositories

Created a pull request in mitsuhiko/minijinja that received 3 comments

Implement 'Object' for 'Arc<T: Object>'

As in the title. As a result of this impl, we can implement Object on T and get it for free on Arc. Without this, we need a wrapper type.

+18 −0 3 comments
Opened 3 other pull requests in 1 repository

Created an issue in mitsuhiko/minijinja that received 5 comments

Macro in child template isn't found inside of block

Consider the following (also here): {% extends template %} {% macro foo() %}inside foo{% endmacro %} {% block title %}{{ foo() }}{% endblock %} {% b…

5 comments
Answered 1 discussion in 1 repository
SergioBenitez/Rocket

Seeing something unexpected? Take a look at the GitHub profile guide.