Docs.rs
aoc-core-0.1.2
aoc-core 0.1.2
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
massimopavoni
Dependencies
aoc-core-macros ^0.1.0
normal
optional
derive_more 2.1.*
normal
grid 1.0.*
normal
itertools 0.14.*
normal
lexical-core 1.0.*
normal
rustc-hash 2.1.*
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module grid
aoc_
core
0.1.2
Module grid
Module Items
Structs
Functions
In crate aoc_
core
aoc_core
Module
grid
Copy item path
Source
Expand description
grid
utilities.
Structs
§
Grid
Mask
Boolean mask for grid-like data.
Functions
§
bytes_
grid
Creates a new
u8
grid from a string slice.