https://github.com/oneofone/reallyunsafe
Where the unsafe / binary packages have never gone before.
https://github.com/oneofone/reallyunsafe
Last synced: about 2 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T16:20:21.000Z (over 11 years ago)
- Last Synced: 2025-01-21T05:25:02.471Z (over 1 year 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 [](http://godoc.org/github.com/OneOfOne/reallyunsafe) [](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.