Skip to content

Commit

Permalink
feat: additional vec apis (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunra authored Oct 3, 2024
1 parent 6650c39 commit e525779
Show file tree
Hide file tree
Showing 7 changed files with 592 additions and 212 deletions.
11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "alloc-checked"
description = "Collections that don't panic on alloc failures"
authors = ["Adam Cimarosti <[email protected]>"]
version = "0.1.0"
edition = "2021"
repository = "https://github.com/questdb/alloc-checked"
keywords = ["alloc", "collections", "no-std", "safe-allocation", "container"]
categories = ["data-structures", "memory-management", "no-std", "rust-patterns"]
license = "MIT OR Apache-2.0"

[package.metadata]
rust-version = "nightly"
Expand All @@ -11,7 +17,4 @@ rustdoc-args = ["--cfg", "nightly"]

[features]
default = []
no_std = ["hashbrown"]

[dependencies]
hashbrown = { version = "0.14", optional = true }
no_std = []
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit e525779

Please sign in to comment.