This website requires JavaScript.
Explore
Help
Sign In
wynd
/
docx-rs
Watch
1
Star
0
Fork
You've already forked docx-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
37d4a157d5
docx-rs
/
docx-core
/
examples
/
example.rs
5 lines
61 B
Rust
Raw
Normal View
History
Unescape
Escape
init
2019-09-11 21:28:14 +03:00
extern
crate
docx_core
;
fn
main
(
)
{
chore: write simple xml
2019-09-13 13:41:05 +03:00
docx_core
::
simple
(
)
;
init
2019-09-11 21:28:14 +03:00
}