행위

TOML

라이언의 꿀팁백과

Ryanyang (토론 | 기여)님의 2022년 2월 13일 (일) 20:42 판 (새 문서: Tom's Obvious Minimal Language or TOML is a config file format for humans. TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. ([https://toml.io/en/ Link]) 분류:English 분류:컴퓨터공학 분류:Rust 분류:컴퓨터 분류:프로그래밍 분류:Programming 분류...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

Tom's Obvious Minimal Language or TOML is a config file format for humans.


TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. (Link)