Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oneofone/reallyunsafe

Where the unsafe / binary packages have never gone before.
https://github.com/oneofone/reallyunsafe

Last synced: about 5 hours ago
JSON representation

Where the unsafe / binary packages have never gone before.

Awesome Lists containing this project

README

        

# reallyunsafe [![GoDoc](http://godoc.org/github.com/OneOfOne/reallyunsafe?status.svg)](http://godoc.org/github.com/OneOfOne/reallyunsafe) [![Build Status](https://travis-ci.org/OneOfOne/reallyunsafe.svg?branch=master)](https://travis-ci.org/OneOfOne/reallyunsafe)
--
This an extremely unsafe binary reading package, developed for internal use in [xxhash](https://github.com/OneOfOne/xxhash/tree/master/native) and few other projects.

## ***WARNING***
There are NO bounds checks in this package, misuse will result in weird runtime errors, you have been warned.

## Install

go get github.com/OneOfOne/reallyunsafe

## Usage

TBD

## Project Status
This is alpha software, ymmv.

All contributions and pull requests are also very welcome.

## License

[Apache v2.0](http://opensource.org/licenses/Apache-2.0)

Copyright 2014 [OneOfOne](https://github.com/OneOfOne/)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.