Skip to content
View yfaming's full-sized avatar

Block or report yfaming

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. wechatpay wechatpay Public

    an async Rust SDK for wechatpay (微信支付)

    Rust 4 1

  2. yimu-rs yimu-rs Public

    a socks5 server implemented with Rust and `tokio` using async/await feature

    Rust 11 1

  3. yimu yimu Public

    a full-featured socks5 server

    C 1 2

  4. weise weise Public

    weibo search

    Rust

  5. mdtoc: A handy tool which prints tab... mdtoc: A handy tool which prints table of contents of markdown file with proper indents
    1
    use markedit::{Heading, Matcher};
    2
    use pulldown_cmark::{Event, Parser, Tag};
    3
    use std::fmt::{self, Display};
    4
    use std::fs;
    5
    use std::io;