toml
toml copied to clipboard
D implementation of Tom Obvious Minimal Language (TOML)
Results
1
toml issues
Sort by
recently updated
recently updated
newest added
``` dub/packages/toml-1.0.0-rc.3/toml/src/toml/toml.d(149,10): Deprecation: returning `this.store.offsetDatetime` escapes a reference to parameter `this` .... ``` my dub.sdl ``` dependency "toml" version="~>1.0.0-rc.3" ``` Maybe it has already been fixed. Can you please release...