home.social

#cratetip — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cratetip, aggregated by home.social.

  1. winnow - Making parsing a breeze (by epage and contributors):

    github.com/winnow-rs/winnow

    winnow is a parser combinator library written in Rust that started as a fork of #nom.

    Not sure yet, if I should migrate from nom 4.* to #winnow or #chumsky. I really do like the good error recovery and parsing capabilities for PEGs of chumsky.🥰

    #Rust #RustLang #Parser #CrateTip

  2. winnow - Making parsing a breeze (by epage and contributors):

    github.com/winnow-rs/winnow

    winnow is a parser combinator library written in Rust that started as a fork of #nom.

    Not sure yet, if I should migrate from nom 4.* to #winnow or #chumsky. I really do like the good error recovery and parsing capabilities for PEGs of chumsky.🥰

    #Rust #RustLang #Parser #CrateTip

  3. winnow - Making parsing a breeze (by epage and contributors):

    github.com/winnow-rs/winnow

    winnow is a parser combinator library written in Rust that started as a fork of #nom.

    Not sure yet, if I should migrate from nom 4.* to #winnow or #chumsky. I really do like the good error recovery and parsing capabilities for PEGs of chumsky.🥰

    #Rust #RustLang #Parser #CrateTip

  4. winnow - Making parsing a breeze (by epage and contributors):

    github.com/winnow-rs/winnow

    winnow is a parser combinator library written in Rust that started as a fork of #nom.

    Not sure yet, if I should migrate from nom 4.* to #winnow or #chumsky. I really do like the good error recovery and parsing capabilities for PEGs of chumsky.🥰

    #Rust #RustLang #Parser #CrateTip

  5. winnow - Making parsing a breeze (by epage and contributors):

    github.com/winnow-rs/winnow

    winnow is a parser combinator library written in Rust that started as a fork of #nom.

    Not sure yet, if I should migrate from nom 4.* to #winnow or #chumsky. I really do like the good error recovery and parsing capabilities for PEGs of chumsky.🥰

    #Rust #RustLang #Parser #CrateTip

  6. Oh, this looks fantastic! ✨

    #Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, #Unicode support.

    github.com/life4/textdistance.

    Based on popular and battle-tested textdistance #Python library (and written by the same author).

    Apparently, it also takes algorithms from the #talisman #JavaScript library, which I wished for to be written in Rust.

    github.com/Yomguithereal/talis

    #TextProcessing #NLP #TextDiffing #Diff #RustLang #Crate #CrateTip