ron-edit 0.2.0

ron parser preserving all syntax information
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# // a comment
    ! [  enable
( unwrap_newtypes
 , implicit_some)
]
// Line Comment
/* block */
/* Block Comment /* Nested Block Comment */ */
(
    value 

    : "hello" // comment
    ,
    something_else /* */: "hi"
)