rust-lang / datafrog

A lightweight Datalog engine in Rust
Apache License 2.0
798 stars 44 forks source link

bring this crate into conformance with compiler-team crate policy #26

Open nikomatsakis opened 5 years ago

nikomatsakis commented 5 years ago

The compiler team is working on a standard policy around its external crates (see https://github.com/rust-lang/compiler-team/pull/19) -- we need to bring this crate into conformance, though the policy is not yet finalized, so it's not 100% clear what this means.

Cypher1 commented 2 years ago

Hey @nikomatsakis looks like https://github.com/rust-lang/compiler-team/pull/19 has been closed a while.

Can you share any requirements from it for this crate?

Context: I'm doing some Rust + Logic programming work at the moment and am trying to find some time to contribute back so am looking for starter issues.