Crate nairud

Crate nairud 

Source
Expand description

§Nairud

§Project

  • License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
  • This project follows Semantic Versioning 2.0.0

§Notes

  • Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.

  • Nightly Rust is only required for building documentation.

Modules§

specification
Specification
version_info
0.11.1 (September 6th, 2025)

Structs§

ArrayIndexes
Array Indexes
Error
Error
MapIndexes
Map Indexes
Number
Number

Enums§

Map
Map
MapKind
Map kind
Nairud
Nairud

Constants§

CODE_NAME
Crate code name
ID
ID of this crate
NAME
Crate name
RELEASE_DATE
Crate release date (year/month/day)
TAG
Tag, which can be used for logging…
VERSION
Crate version

Traits§

Decoder
Decoder
Encoder
Encoder

Functions§

array
Makes new array
array_with_capacity
Makes new array with capacity
map
Makes new map
map_with_capacity
Makes new map with capacity
push
Pushes new item into an array

Type Aliases§

Array
Array
BTreeMap
B-tree map
Blob
Blob
HashMapstd
Hash map
MapKey
Map key
Result
Result type used in this crate