index
:
rust-rst
allow-rst-to-read-from-stdin
master
options
trailing-newlines
a reStructuredText parser and renderer
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
document_tree
Age
Commit message (
Collapse
)
Author
2019-12-26
Split into smaller crates
Philipp A
2019-12-08
Convenience with_extra_and_children
Philipp A
2019-11-07
Handling relative URLs in the conversion code.
Andreu Botella Botella
Closes #10.
2019-09-05
Make elements clonable. (#8)
Andreu Botella
2019-05-08
Adding an attribute type for the cols attribute of tgroup.
Andreu Botella
2019-05-08
Adding attributes to the table content elements.
Andreu Botella
2019-04-19
Adding table content elements.
Andreu Botella
2019-04-17
development file
Philipp A
2019-03-31
Add stub for ref resolution
Philipp A
2019-03-31
Convert indentation to tabs
Philipp A
2019-03-30
Skip empty attributes
Philipp A
2018-12-30
document conversion
Philipp A
2018-12-28
Fix warnings
Philipp A
2018-12-28
Add From<&str> for ID and AT
Philipp A
2018-12-08
some todos
Philipp A
2018-12-07
fix clippy
Philipp A
2018-12-07
a bit clippy
Philipp A
2018-12-02
wonkily add names and so on
Philipp A
2018-12-02
Improve extra_attributes
Philipp A
2018-12-02
Switched url to target
Philipp A
2018-12-01
Unified image attributes
Philipp A
2018-11-27
Support inline Images
Philipp A
2018-11-24
streamlined macros
Philipp A
2018-11-24
Fixed up conversion
Philipp A
2018-11-23
unified enum impls
Philipp A
2018-11-22
More into
Philipp A
2018-11-22
derive more
Philipp A
2018-11-21
Automate serialization
Philipp A
2018-11-20
prettified macro
Philipp A
2018-11-20
Serializing document trees!
Philipp A
2018-11-19
made serializable
Philipp A
2018-11-19
Make it compile again
Philipp A
2018-11-16
WIP serialization
Philipp A
2018-11-15
renamed mod.rs
Philipp A
2018-10-29
Rust 2018
Philipp A
2018-10-29
added parser module
Philipp A
2017-01-26
satisfied clippy
Philipp A
2016-06-19
some cleanups, parser module files (empty)
Philipp A
2015-11-15
added some constructors
Phil Schaf
2015-11-14
added some convenience conversions
Phil Schaf
2015-11-14
added a append_children function
Phil Schaf
2015-11-14
added mutable interfaces
Phil Schaf
2015-11-14
moved test
Phil Schaf
2015-11-14
improved HasChildren trait
Phil Schaf
2015-11-14
redesign
Phil Schaf