bindata
config.cr
Our great sponsors
bindata | config.cr | |
---|---|---|
2 | 0 | |
537 | 13 | |
- | - | |
0.0 | 0.0 | |
4 months ago | about 1 year ago | |
Ruby | Crystal | |
GNU General Public License v3.0 or later | ISC License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bindata
-
Newb here: have you written your own web server? Seeking advice
For example, I enjoy sim racing, and some of my games provide a network API for things like telemetry data. So I wrote a simple telemetry logger that I use to gather data, which I then mess around with using R Studio. Ruby worked exceptionally well for this because of a cool little library called BinData.
-
Ruby Structs with type specifications for the properties
These projects always remind me of binary formats. I've used bindata to work with binary formats coming from UDP streams over a network, and it's very handy to have a layer that encapsulates your expectations about the data you're receiving, combined with an exception handling apparatus.
config.cr
We haven't tracked posts mentioning config.cr yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
crinder - Class based json renderer in Crystal
front_matter.cr - Separates a files front matter from its content
maxminddb.cr - MaxMind DB Reader for Crystal
geoip2.cr - MaxMind GeoIP2 Reader for Crystal
HAR - HAR (HTTP Archive) parser in Crystal
JSON tools - An implementation of RFC-6901 and RFC-6902 in Crystal Lang
BinData - BinData - Parsing Binary Data in Crystal Lang
JSON::OnSteroids - [Crystal Lang] Handle and mutate JSON document easily
Crystalizer - (De)serialize any Crystal object - out of the box. Supports JSON, YAML and Byte format.
gcf.cr - gcf.cr provides serverless execution and deployment of crystal language code in Google Cloud Functions
rbs - Type Signature for Ruby
Virtus