Skip to content
Avatar

Sponsors

Private Sponsor
@leiless
@scooter-dangle
@cnpryer
@mverleg
@mhils
@indirect
@007vasy
@rerun-io
@ritchie46
@sondrelg
@tatsuya6502
@adriangb

Sponsoring

@antoyo
@ziglang

Organizations

@cn @bosondata @jazzband @wechatpy @PyO3 @napi-rs
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.

Add an optional note:
Report abuse

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

Report abuse
messense/README.md

Hi there 👋

🚀 Help me to become a full-time open-source developer by sponsoring me on GitHub

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. Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages

    Rust 1.4k 121

  2. PyO3/pyo3 Public

    Rust bindings for the Python interpreter

    Rust 6.7k 453

  3. Compile Cargo project with zig as linker

    Rust 493 14

  4. 阿里云盘 WebDAV 服务

    Rust 5.6k 809

  5. A framework for building compiled Node.js add-ons in Rust via Node-API

    Rust 2.9k 121

  6. WeChat SDK for Python

    Python 3.2k 734

Contribution activity

October 2022

Created 3 repositories
Opened 44 other pull requests in 16 repositories
PyO3/maturin 19 merged
messense/cargo-xwin 4 merged
PyO3/pyo3 1 open 2 merged
messense/cargo-options 3 merged
messense/cargo-zigbuild 2 merged
Homebrew/homebrew-core 2 closed
napi-rs/napi-rs 1 merged 1 closed
alexcrichton/filetime 1 open
eqrion/cbindgen 1 merged
console-rs/console 1 open
Jake-Shadle/xwin 1 merged
huacnlee/autocorrect 1 merged
gimli-rs/object 1 merged
tikv/rust-prometheus 1 open
messense/jieba-rs 1 merged
messense/lddtree-rs 1 open
Reviewed 11 pull requests in 8 repositories
PyO3/maturin 3 pull requests
PyO3/pyo3 2 pull requests
PyO3/rust-numpy 1 pull request
huacnlee/autocorrect 1 pull request
conda-forge/maturin-feedstock 1 pull request
messense/jieba-rs 1 pull request
piwheels/piwheels 1 pull request
bytecodealliance/rustix 1 pull request

Created an issue in PyO3/maturin that received 2 comments

Generate src layout for mixed Python/Rust projects in maturin new

Opt-in via --src option at first, maybe switching to src layout by default in the future. Before my-project ├── Cargo.toml ├── python │ └── my_proj…

2 comments
Answered 2 discussions in 1 repository
PyO3/maturin
12 contributions in private repositories Oct 9 – Oct 18

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