https://github.com/fasterthanlime/ubio
ubiquitous I/O - Implements ara traits for HTTP resources and local files
https://github.com/fasterthanlime/ubio
Last synced: about 1 year ago
JSON representation
ubiquitous I/O - Implements ara traits for HTTP resources and local files
- Host: GitHub
- URL: https://github.com/fasterthanlime/ubio
- Owner: fasterthanlime
- License: apache-2.0
- Created: 2020-08-08T13:10:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-08-08T18:31:50.000Z (almost 6 years ago)
- Last Synced: 2025-04-20T17:39:56.806Z (about 1 year ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ubio
The `ubio` implements `ara` traits for local files and HTTP resources,
providing random read access to either, using the same `ReadAt` interface.
## License
This project is licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.