Crate demes

source ·
Expand description

rust support for demes.

Introduction

This crate provides:

  • Support for reading YAML descriptions of demes models. See loads and load.
  • Support for building a demes model using rust code. See GraphBuilder.

The output of any of these operations is a fully-resolved Graph.

More information

  • See here for an overview of demes.

Technical details

Features

The following cargo features are available:

  • json: enables reading/writing a Graph in JSON format.

Structs

Enums

Functions