zen-rs 0.1.6

A library for generating non-interactive content like cards or files.
Documentation
1
2
3
4
5
6
7
8
9
//! Spacing aspects types

use super::Size;

// Spaces
/// Space between components
pub type Gap = Size;
/// Space between content and edge
pub type Padding = Size;