Crates.io | contrail |
lib.rs | contrail |
version | 0.3.0 |
source | src |
created_at | 2018-09-18 23:55:09.8299 |
updated_at | 2020-03-30 17:24:24.637503 |
description | Simple state restoration for backtracking search algorithms using a trail. |
homepage | https://github.com/billyrieger/contrail/tree/master/contrail |
repository | https://github.com/billyrieger/contrail |
max_upload_size | |
id | 85425 |
size | 58,182 |
Simple state restoration for backtracking search algorithms using a trail.
To use contrail
, add the following to your Cargo.toml
:
contrail = "0.2"
See the documentation for API usage.
contrail
is licensed under the Mozilla Public License version 2.0. See the license
file and the MPL 2.0
FAQ for more information.