Skip to content

Highlights

Organizations

@cn @bosondata @jazzband @wechatpy @PyO3

Sponsoring

@fulmicoton @seanmonstar @dtolnay @sgrif
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.6k 627

  2. The Jieba Chinese Word Segmentation Implemented in Rust

    Rust 161 9

  3. Rust bindings for the Python interpreter

    Rust 2.8k 174

  4. WIP 🚧 Rust binding to mupdf

    Rust 15 2

  5. Apache RocketMQ python client

    Python 111 60

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

    Dockerfile 105 17

Contribution activity

July 2020

Created a pull request in wechatpy/wechatpy that received 4 comments

支持微信支付 .p12 格式证书

Closes #588

+49 −3 4 comments

Created an issue in messense/jieba-rs that received 2 comments

Fix cut_all mixed chinese & english issue

The same as the fix of the Python version: fxsjy/jieba@97c3246

2 comments
16 contributions in private repositories Jul 2 – Jul 12

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

You can’t perform that action at this time.