Skip to content
Avatar

Sponsoring

@dtolnay @davidhewitt @Byron @indygreg @tokio-rs @antoyo @rust-analyzer @eeeebbbbrrrr @scoder

Achievements

Achievements

Organizations

@cn @bosondata @jazzband @wechatpy @PyO3
Block or Report

Block or report messense

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
messense/README.md

Hi there 👋

struct Portfolio;

impl Portfolio {
    const NAME: &'static str = "messense";
    const LOCATION: &'static str = "Shanghai, China";
    const PROFILE: &'static str = "Python backend engineer";
    const EXPERIENCE: &'static str = "5+ years";
}

struct Skills;

impl Skills {
    const LANGUAGES: [&'static str; 5] = ["Python", "Rust", "JavaScript", "C/C++", "Kotlin/Java"];
    const OPERATION_SYSTEMS: [&'static str; 3] = ["macOS", "Linux", "Windows"];
    const STORAGES: [&'static str; 5] = ["PostgreSQL", "Elasticsearch", "MongoDB", "Redis", "MySQL"];
    const MESSAGE_QUEUES: [&'static str; 3] = ["Kafka", "RocketMQ", "RabbitMQ"];
    const WEB_FRAMEWORKS: [&'static str; 4] = ["Flask", "Django", "Actix-Web", "Rocket"];
    const DEVOPS: [&'static str; 3] = ["Docker", "SaltStack", "Kubernetes"];
}

Pinned

  1. WeChat SDK for Python

    Python 2.9k 687

  2. The Jieba Chinese Word Segmentation Implemented in Rust

    Rust 277 15

  3. Rust bindings for the Python interpreter

    Rust 4.4k 287

  4. Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages

    Rust 630 72

  5. Apache RocketMQ python client

    Python 166 75

  6. Docker images for compiling static Rust binaries using musl-cross

    Shell 172 27

Contribution activity

July 2021

Created 5 repositories

Created a pull request in PyO3/pyo3 that received 4 comments

Add PyErr::take method

Just like Option::take. If no error is set, the existing PyError::fetchmethod returns a SystemError makes it inconvenient to use in Rust side for e…

+66 −40 4 comments
Opened 36 other pull requests in 13 repositories
PyO3/maturin
2 open 9 merged
Homebrew/homebrew-core
7 closed 1 merged
CertainLach/jrsonnet
3 merged
PyO3/rust-numpy
1 open 1 closed 1 merged
benfred/py-spy
1 open 1 merged
PyO3/pyo3
1 open 1 merged
laixintao/iredis
1 closed
benfred/remoteprocess
1 open
messense/homebrew-tap
1 closed
milesgranger/pyrus-cramjam
1 merged
aliyun/ossutil
1 open
pola-rs/polars
1 merged
uraimo/run-on-arch-action
1 open

Created an issue in rhysd/actionlint that received 5 comments

Invalid Homebrew formula

❯ brew tap "rhysd/actionlint" "https://github.com/rhysd/actionlint" ==> Tapping rhysd/actionlint Cloning into '/opt/homebrew/Library/Taps/rhysd/hom…

5 comments
Opened 4 other issues in 4 repositories
laixintao/iredis
1 open
benfred/py-spy
1 open
aviramha/ormsgpack
1 closed
messense/manylinux-cross
1 closed

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