gjtorikian / commonmarker

Ruby wrapper for the comrak (CommonMark parser) Rust crate
MIT License
429 stars 82 forks source link

always use rb_sys (don't use Ruby's emerging cargo tooling where available) #213

Closed kivikakk closed 1 year ago

kivikakk commented 1 year ago

Per @ianks at https://github.com/gjtorikian/commonmarker/pull/212#issuecomment-1374866289, I try to avoid using Ruby's own Cargo builder here. Tested it myself with darwin-arm64 and linux-x86_64 on 3.1.2 and 3.2.0 as best I could, but CI might have more to say.

ianks commented 1 year ago

👍🏻

gjtorikian commented 1 year ago

Nice. This is fantastic. Thank you so much!