#compiler #datalog #borrowck

polonius-engine

Core definition for the Rust borrow checker

17 releases (breaking)

Uses old Rust 2015

0.13.0 Aug 3, 2021
0.12.1 Mar 29, 2020
0.12.0 Feb 17, 2020
0.11.0 Dec 3, 2019
0.5.0 May 31, 2018

#218 in Programming languages

Download history 10221/week @ 2024-01-05 9619/week @ 2024-01-12 9748/week @ 2024-01-19 11852/week @ 2024-01-26 16372/week @ 2024-02-02 16607/week @ 2024-02-09 16464/week @ 2024-02-16 14391/week @ 2024-02-23 15536/week @ 2024-03-01 17440/week @ 2024-03-08 16692/week @ 2024-03-15 16143/week @ 2024-03-22 15789/week @ 2024-03-29 14793/week @ 2024-04-05 15177/week @ 2024-04-12 13554/week @ 2024-04-19

61,598 downloads per month
Used in polonius

Apache-2.0/MIT

92KB
1.5K SLoC

This is a core library that models the borrow check. It implements the analysis described in this blogpost. This library is intended for use both by rustc and by the polonius crate, which is a distinct front-end intended for testing, profiling, etc.

Dependencies

~155KB