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
c518d73530
docx-rs
/
docx-core
/
src
/
documents
/
build_xml.rs
4 lines
55 B
Rust
Raw
Blame
History
pub
trait
BuildXML
{
fn
build
(
&
self
)
->
Vec
<
u8
>
;
}
Reference in New Issue
View Git Blame
Copy Permalink