Skip to content
Avatar
🥖
🥖

Achievements

Achievements

Organizations

@servo @technocreatives @Bananium @diesel-rs @divvun
Block or Report

Block or report Eijebong

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

Pinned

  1. A safe, extensible ORM and Query Builder for Rust

    Rust 8.3k 764

  2. servo/servo Public

    The Servo Browser Engine

    21k 2.6k

  3. Repair and secure untrusted HTML

    Rust 265 32

  4. Console XMPP client in python

    Python 44 15

1,527 contributions in the last year

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

Contribution activity

April 2022

Created an issue in alexcrichton/toml-rs that received 2 comments

toml::to_string serializes -0.0 to --0.0 which toml::from_str can't parse

#[derive(serde::Deserialize, serde::Serialize)] struct Foo { a: f64, } fn main() { let foo = Foo { a: -0.0 }; let s = toml::to_string(&foo).unwrap(…

2 comments
Opened 2 other issues in 1 repository
13 contributions in private repositories Apr 4 – Apr 22

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