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
bb0f37f2c2
docx-rs
/
docx-core
/
examples
/
example.rs
5 lines
79 B
Rust
Raw
Blame
History
extern
crate
docx_core
;
fn
main
(
)
{
println!
(
"
{}
"
,
docx_core
::
add_one
(
1
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink