vendor/github.com/pelletier/go-toml/v2/README.md
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
   137 // Name = 'go-toml'
   137 // Name = 'go-toml'
   138 // Tags = ['go', 'toml']
   138 // Tags = ['go', 'toml']
   139 ```
   139 ```
   140 
   140 
   141 [marshal]: https://pkg.go.dev/github.com/pelletier/go-toml/v2#Marshal
   141 [marshal]: https://pkg.go.dev/github.com/pelletier/go-toml/v2#Marshal
       
   142 
       
   143 ## Unstable API
       
   144 
       
   145 This API does not yet follow the backward compatibility guarantees of this
       
   146 library. They provide early access to features that may have rough edges or an
       
   147 API subject to change.
       
   148 
       
   149 ### Parser
       
   150 
       
   151 Parser is the unstable API that allows iterative parsing of a TOML document at
       
   152 the AST level. See https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable.
   142 
   153 
   143 ## Benchmarks
   154 ## Benchmarks
   144 
   155 
   145 Execution time speedup compared to other Go TOML libraries:
   156 Execution time speedup compared to other Go TOML libraries:
   146 
   157