Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/friendbear/safe-zero-copy-parsers-rust-lang-ver


https://github.com/friendbear/safe-zero-copy-parsers-rust-lang-ver

Last synced: about 2 hours ago
JSON representation

Awesome Lists containing this project

README

        

![Alt text](image.png)
# Safe Zero Copy Parsers

## Rust Langage Version

> This is Sample Coode

### Change me

```rust
fn get_data() -> Vec {
const DATA: [u8; 5] = [255, b't', b'e', b's', b't'];
DATA.to_vec() // Return dynamically allocated array (Vector)
}

```

---

Link: