MCPcopy Create free account
hub / github.com/SharpCoder/teensycore / buffer.rs

File buffer.rs

src/system/buffer.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! A datastructure which supports stack
2//! and queue operations, but is fixed
3//! length and does not invoke alloc().
4//!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected