SkillAgentSearch skills...

Nue

I/O and binary data encoding for Rust

Install / Use

/learn @arcnmx/Nue
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

nue

travis-badge release-badge docs-badge license-badge

A collection of tools for working with binary data and POD structs in Rust.

  • pod is an approach at building a safe interface for transmuting POD structs to and from byte slices.
  • packed exposes unaligned packed data structurs in a safe and stable manner.
  • nue-macros provides helpers for pod, as well as a serialization-like library for dealing with binary streams of data.
  • nue-codegen allows the use of nue-macros without syntax extensions on stable Rust.
  • nue-io contains various supporting structs and traits for readers and writers.

Related Skills

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated6mo ago
Forks1

Languages

Rust

Security Score

82/100

Audited on Oct 4, 2025

No findings