contrail

Crates.iocontrail
lib.rscontrail
version0.3.0
sourcesrc
created_at2018-09-18 23:55:09.8299
updated_at2020-03-30 17:24:24.637503
descriptionSimple state restoration for backtracking search algorithms using a trail.
homepagehttps://github.com/billyrieger/contrail/tree/master/contrail
repositoryhttps://github.com/billyrieger/contrail
max_upload_size
id85425
size58,182
Billy Rieger (billyrieger)

documentation

README

⚠️⚠️⚠️ This project is no longer maintained. ⚠️⚠️⚠️

contrail

Version Documentation License Rust version

Simple state restoration for backtracking search algorithms using a trail.

Usage

To use contrail, add the following to your Cargo.toml:

contrail = "0.2"

See the documentation for API usage.

License

contrail is licensed under the Mozilla Public License version 2.0. See the license file and the MPL 2.0 FAQ for more information.

Commit count: 73

cargo fmt