polonius-engine 0.13.0

Core definition for the Rust borrow checker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "polonius-engine"
version = "0.13.0"
authors = ["The Rust Project Developers", "Polonius Developers"]
description = "Core definition for the Rust borrow checker"
license = "Apache-2.0/MIT"
repository = "https://github.com/rust-lang-nursery/polonius"
readme = "README.md"
keywords = ["compiler", "borrowck", "datalog"]

[dependencies]
datafrog = "2.0.0"
rustc-hash = "1.0.0"
log = "0.4"