Skip to content

Commit

Permalink
First crack
Browse files Browse the repository at this point in the history
  • Loading branch information
eggyal committed Sep 28, 2021
1 parent 6a65c00 commit 11297bd
Show file tree
Hide file tree
Showing 2 changed files with 698 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thinnable"
version = "0.0.0"
version = "0.1.0"
authors = ["Alan Egerton <[email protected]>"]
edition = "2018"
description = "Thin references to unsized types."
Expand All @@ -9,3 +9,5 @@ license = "Apache-2.0"
keywords = ["reference", "thin", "fat", "sized", "unsized"]
categories = ["data-structures", "memory-management", "no-std", "rust-patterns"]

[features]
std = []
Loading

0 comments on commit 11297bd

Please sign in to comment.