2 unstable releases

Uses old Rust 2015

0.2.0 Jun 1, 2018
0.1.0 May 28, 2018

#2012 in Rust patterns

Download history 101/week @ 2024-07-27 78/week @ 2024-08-03 73/week @ 2024-08-10 67/week @ 2024-08-17 76/week @ 2024-08-24 85/week @ 2024-08-31 72/week @ 2024-09-07 72/week @ 2024-09-14 92/week @ 2024-09-21 84/week @ 2024-09-28 109/week @ 2024-10-05 76/week @ 2024-10-12 74/week @ 2024-10-19 106/week @ 2024-10-26 126/week @ 2024-11-02 70/week @ 2024-11-09

384 downloads per month
Used in cargo-tally

MIT/Apache

15KB
466 lines

minipre

This is a minimal C preprocessor, written in Rust. See the documentation for examples.

Currently Supported Features

  • Macros
  • #if, #elif, #else, #endif

Dependencies

~2–3MB
~53K SLoC