Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to append/insert container/value (in)to document? #1

Closed
flying-sheep opened this issue Feb 3, 2016 · 2 comments
Closed

How to append/insert container/value (in)to document? #1

flying-sheep opened this issue Feb 3, 2016 · 2 comments

Comments

@flying-sheep
Copy link

i don’t see any API to manipulate a Document at the top level

@vosen
Copy link
Owner

vosen commented Feb 3, 2016

I've implemented string insertion today, but rest is work in progress. You can see the usage here.
Table below shows what I'm lacking for 0.1. I'll be updating it as I implement missing stuff.

document inline table table inline array
insert_string
insert_integer
insert_float
insert_boolean
insert_datetime
insert_array
insert_inline_table
remove
insert_container
find

@vosen
Copy link
Owner

vosen commented Mar 26, 2016

I've pushed 0.1 to crates that implements all basic find/insert/remove operations.

@vosen vosen closed this as completed Mar 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants