rapidxml 1.13.0
dotnet add package rapidxml --version 1.13.0
NuGet\Install-Package rapidxml -Version 1.13.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="rapidxml" Version="1.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add rapidxml --version 1.13.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: rapidxml, 1.13.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install rapidxml as a Cake Addin #addin nuget:?package=rapidxml&version=1.13.0 // Install rapidxml as a Cake Tool #tool nuget:?package=rapidxml&version=1.13.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility.
It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data.
Usuage:
Install-Package rapidxml
#include <rapidxml/rapidxml.hpp>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on rapidxml:
Package | Downloads |
---|---|
xvtkw
Header only Library for Creating Paraview Vtu and Pvd files. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.13.0 | 15,563 | 11/14/2013 |
Nuget package for rapidXml library.