Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.