4 releases

0.1.4 Sep 3, 2024
0.1.3 Aug 30, 2024
0.1.2 Aug 30, 2024
0.1.1 May 17, 2023
0.1.0 Apr 25, 2023

#129 in Procedural macros

Download history 10/week @ 2024-05-26 3/week @ 2024-06-02 2/week @ 2024-07-21 4/week @ 2024-07-28 1/week @ 2024-08-04 226/week @ 2024-08-25 221/week @ 2024-09-01 10/week @ 2024-09-08

457 downloads per month
Used in 4 crates

MIT license

87KB
2K SLoC

rem-utils

rem-utils is a utilities library for the Rusty Extraction Maestro (REM) toolchain.

It is used as a reference for the following crates:

- rem-controller
- rem-borrower
- rem-repairer
- rem-constraint

Requirements

It requires internal access to the rust toolchain, using #![feature(rustc_private)].

The rust-toolchain.toml file specifies the rest of the build dependecies, and is shared across all of the REM toolchain.

As a minimum you should have:

- rust-src
- rust-dev
- llvm-tools-preview

It is currently configured to run on the nightly-2024-08-28 build of rust, however, other nightly builds may also work.

Installation

You can install these components by running:

```bash
rustup component add --toolchain nightly-2024-08-28 rust-src rustc-dev llvm-tools-preview
```

Dependencies

~2.7–9.5MB
~106K SLoC