vscode_theme 0.2.0

A Rust representation of a Visual Studio Code theme.
Documentation
1
2
3
4
5
6
//! A Rust representation of a [Visual Studio Code](https://code.visualstudio.com/) theme.

mod generated;
mod serde;

pub use generated::*;