# TOML - 사람을 위한 Config 파일 포맷

> Clean Markdown view of GeekNews topic #9660. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9660](https://news.hada.io/topic?id=9660)
- GeekNews Markdown: [https://news.hada.io/topic/9660.md](https://news.hada.io/topic/9660.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-07-07T10:03:02+09:00
- Updated: 2023-07-07T10:03:02+09:00
- Original source: [toml.io](https://toml.io/ko/)
- Points: 18
- Comments: 7

## Topic Body

- 명확한 의미를 가져, 읽기 쉬운 최소한의 구성 파일 포맷을 목표  
- 해쉬테이블에 대응되도록 설계   
- 여러 언어에서 데이터 구조로 변환하기 용이   
- 대소문자 구별, 유니코드, 공백은 탭과 스페이스, 개행은 LF 또는 CRLF, 주석은 #   
- 키/값 쌍, 배열, 테이블, 인라인 테이블, 테이블 배열, 정수 & 실수, 불린, 날짜/시간(오프셋)

## Comments



### Comment 17083

- Author: qyurila
- Created: 2023-07-08T04:45:53+09:00
- Points: 1

TOML vs. YAML 논쟁은 거의 공백 2개 vs. 4개 급이죠. 제가 보기엔 둘 다 충분히 좋지 못한데, 비슷한 생각을 하는 사람이 많은지 더 마이너한 config 파일 포맷도 찾아보면 생각보다 많더라고요.

### Comment 17082

- Author: iolothebard
- Created: 2023-07-08T00:06:31+09:00
- Points: 1

toml ini yaml json xml ... 누가 표준 좀...

### Comment 17064

- Author: ahwjdekf
- Created: 2023-07-07T12:49:50+09:00
- Points: 1

ini, json 을 대체하기 위해 여러 언어들에 바인딩 되어 사용되고 있습니다.  rust 와 꼭 관련있지 않습니다.

### Comment 17060

- Author: eususu
- Created: 2023-07-07T12:22:12+09:00
- Points: 1

rust 할 때 대충 맞춰서 사용했는데, 조금 더 잘 알고 사용 할 수 있겠네요.  
정보 감사합니다

### Comment 17054

- Author: carnoxen
- Created: 2023-07-07T10:50:08+09:00
- Points: 2

러스트에 사용되는 파일이군요

### Comment 17081

- Author: kuber
- Created: 2023-07-07T23:38:52+09:00
- Points: 1
- Parent comment: 17054
- Depth: 1

containerd (Golang) 설정파일도 toml 입니다.

### Comment 17053

- Author: tujuc
- Created: 2023-07-07T10:37:01+09:00
- Points: 1

milesand 님께서 번역해주셨어요 :)   
  
https://github.com/milesand  
https://github.com/toml-lang/toml.io/pull/47
