beetry-editor-types 0.2.0

Internal beetry crate. For the public API, check the beetry crate.
Documentation
1
2
3
4
5
6
7
8
9
//! Shared editor-facing data types for Beetry.
//!
//! This crate is an internal Beetry implementation crate and is not considered
//! part of the public API. For public APIs, use the `beetry` crate.

pub mod id;
pub mod output;
pub mod persistence;
pub mod spec;