shabbyrobe / xmlwriterLinks
xmlwriter is a pure-Go library providing procedural XML generation based on libxml2's xmlwriter module
☆29Updated 2 weeks ago
Alternatives and similar repositories for xmlwriter
Users that are interested in xmlwriter are comparing it to the libraries listed below
Sorting:
- Golang utlities to make your life easier with zero allocations☆48Updated 2 months ago
- General purpose binary encoder/decoder☆48Updated 2 years ago
- Go simple async worker pool☆92Updated 4 years ago
- Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID propert…☆40Updated last week
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆68Updated 2 years ago
- A prefix tree implementation in go☆44Updated last year
- Websocket implementation for fasthttp.☆54Updated last year
- Constant Database native golang implementation☆39Updated 5 years ago
- Simple string pattern matcher for Go☆134Updated 3 months ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 8 years ago
- Go client library for Pilosa☆57Updated 3 years ago
- A simple Set data structure implementation in Go (Golang) using LinkedHashMap.☆29Updated 2 months ago
- A QUIC transport for mangos (scalability protocols) written in pure Go☆24Updated 7 years ago
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 4 years ago
- Lightweight validation library that can export rules as JSON so browsers can apply the same rules.☆16Updated last year
- Static bit vector structures library☆72Updated 6 years ago
- Redis style logger for Go☆28Updated 4 years ago
- Example (for memory) build static golang example binary with static C++ library (*.go + (*.cpp -> *.a) -> static binary)☆24Updated 10 years ago
- Simplicity-focused, template based SQL query builder☆66Updated 2 years ago
- GO binary I/O☆18Updated 6 years ago
- schema is a Go package providing access to database schema metadata, for database/sql drivers.☆56Updated 2 years ago
- A JSON stream parser for Go