tangible 0.0.1

Design tokens as data — colors, type, space, shadows, gradients, and contrast — rendered to CSS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
disallowed-methods = [
  { path = "std::fs::read", reason = "use FileOps instead" },
  { path = "std::fs::read_to_string", reason = "use FileOps instead" },
  { path = "std::fs::write", reason = "use FileOps instead" },
  { path = "std::fs::read_dir", reason = "use FileOps instead" },
  { path = "std::fs::create_dir", reason = "use FileOps instead" },
  { path = "std::fs::create_dir_all", reason = "use FileOps instead" },
  { path = "std::fs::remove_file", reason = "use FileOps instead" },
  { path = "std::fs::remove_dir_all", reason = "use FileOps instead" },
  { path = "std::fs::metadata", reason = "use FileOps instead" },
  { path = "std::fs::File::open", reason = "use FileOps instead" },
  { path = "std::fs::File::create", reason = "use FileOps instead" },
  { path = "std::fs::OpenOptions::open", reason = "use FileOps instead" },
]