Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oneofone/reallyunsafe
- Owner: OneOfOne
- License: bsd-3-clause
- Created: 2014-09-22T14:31:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T16:20:21.000Z (about 10 years ago)
- Last Synced: 2024-06-21T11:26:59.518Z (5 months ago)
- Language: Go
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 athttp://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.