https://github.com/runfalk/rustyspans
An implementation of PostgreSQL's range type in pure Rust.
https://github.com/runfalk/rustyspans
Last synced: 9 months ago
JSON representation
An implementation of PostgreSQL's range type in pure Rust.
- Host: GitHub
- URL: https://github.com/runfalk/rustyspans
- Owner: runfalk
- License: mit
- Created: 2016-12-23T16:35:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T19:43:59.000Z (over 9 years ago)
- Last Synced: 2025-01-19T06:46:45.251Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustyspans
Rustyspans is an implementation of PostgreSQL's range types in pure Rust. It
does not help with communicating with the database. It is based on the project
[Spans](https://github.com/runfalk/spans) for Python, but implemented in a
"rusty" way.
## Disclaimer
This library is mostly written as a learning excercise. Consider this
experimental alpha software and do not use it in production.