[dependencies]
[dev-dependencies]
[features]
default = ["std"]
std = []
[lib]
doctest = true
test = true
[package]
authors = ["Embark <opensource@embark-studios.com>", "Gray Olson <gray@grayolson.com"]
categories = ["games", "memory-management", "graphics"]
description = "A crate to help you copy things into raw buffers without invoking spooky action at a distance (undefined behavior)."
documentation = "https://docs.rs/presser"
edition = "2021"
homepage = "https://github.com/EmbarkStudios/presser"
keywords = ["copy", "graphics", "raw", "buffer", "memory"]
license = "MIT OR Apache-2.0"
name = "presser"
publish = true
readme = "README.md"
repository = "https://github.com/EmbarkStudios/presser"
rust-version = "1.64"
version = "0.3.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docs_build"]