Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bokuweb/docx-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: xamgore/docx-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 186 files changed
  • 1 contributor

Commits on Nov 1, 2024

  1. Make XMLBuilder generic

    xamgore committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9c3a9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4ffd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Implement streaming writers

    - Extend BuildXML trait, add the streaming method
    - Remove impls for Box<Ty>, as they can be implemented on the trait level
    - Rewrite build() methods in chaining style, backed by apply_* helpers
    - Remove quite a few allocations, though numbers still produce them
    - Add spaces between children nodes, fix tests
    xamgore committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    1de0143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86c72d View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    xamgore committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    31d7030 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69cb890 View commit details
    Browse the repository at this point in the history
Loading