2 unstable releases

Uses old Rust 2015

0.2.0 Jun 1, 2018
0.1.0 May 28, 2018

#2006 in Rust patterns

Download history 86/week @ 2024-07-25 89/week @ 2024-08-01 79/week @ 2024-08-08 68/week @ 2024-08-15 74/week @ 2024-08-22 84/week @ 2024-08-29 70/week @ 2024-09-05 78/week @ 2024-09-12 83/week @ 2024-09-19 83/week @ 2024-09-26 117/week @ 2024-10-03 76/week @ 2024-10-10 72/week @ 2024-10-17 98/week @ 2024-10-24 116/week @ 2024-10-31 81/week @ 2024-11-07

378 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
~54K SLoC