Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ink-feather-org/all_the_bytes_rs
https://github.com/ink-feather-org/all_the_bytes_rs
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ink-feather-org/all_the_bytes_rs
- Owner: ink-feather-org
- License: apache-2.0
- Created: 2022-12-08T10:07:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T10:12:05.000Z (about 2 years ago)
- Last Synced: 2024-12-08T14:46:58.433Z (20 days ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# all_the_bytes_rs
[![Daily-Nightly](https://github.com/raldone01/all_the_bytes_rs/actions/workflows/rust_daily_nightly_check.yml/badge.svg)](https://github.com/raldone01/all_the_bytes_rs/actions/workflows/rust_daily_nightly_check.yml)
[![Rust-Main-CI](https://github.com/raldone01/all_the_bytes_rs/actions/workflows/rust_main.yml/badge.svg)](https://github.com/raldone01/all_the_bytes_rs/actions/workflows/rust_main.yml)
[![docs.rs](https://docs.rs/all_the_bytes_rs/badge.svg)](https://docs.rs/all_the_bytes_rs)
[![crates.io](https://img.shields.io/crates/v/all_the_bytes_rs.svg)](https://crates.io/crates/all_the_bytes_rs)
[![rustc](https://img.shields.io/badge/rustc-nightly-lightgrey)](https://doc.rust-lang.org/nightly/std/)## Requirements
This crate requires a nightly compiler.
## What can this crate do?
TODO: Crate description here
## Example
```rust
use all_the_bytes_rs::hello_world;// TODO: Update this example
println!("{}", hello_world());
```## Authors
[raldone01](https://github.com/raldone01) and [onestacked](https://github.com/chriss0612) are the primary authors and maintainers of this library.
## License
This project is released under either:
- [MIT License](https://github.com/raldone01/const_sort_rs/blob/main/LICENSE-MIT)
- [Apache License (Version 2.0)](https://github.com/raldone01/const_sort_rs/blob/main/LICENSE-APACHE)at your choosing.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.