vyuh 0.2.11

Vyuh web framework for Axum and SQLx with handler-first APIs
Documentation
1
2
3
4
5
6
7
8
9
.vyuh-empty {
  border: $vyuh-border-dashed;
  border-radius: $vyuh-radius-md;
  background: $vyuh-surface-soft;
  color: $vyuh-muted;
  display: grid;
  gap: $vyuh-space-1;
  padding: $vyuh-card-padding;
}