You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the possibility to output TOML it makes sense for people to create TOML with this package. As of 17c6c51 I've added set and add procedures for the basic types, and an iterator to array types which is able to manipulate entries. But I feel like this interface could be improved upon a lot. Maybe look at how the JSON module is handling this? Having TOML be as easy to use as JSON would greatly improve how usable this module is.