Skip to content

Commit

Permalink
Reduce crates.io categories
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Jul 16, 2024
1 parent e2235d0 commit f674d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/silvanshade/moveref"
documentation = "https://silvanshade.github.io/moveref/moveref"
description = "Types and traits for safe C++ style placement initialization and move semantics"
categories = ["api-bindings", "compilers", "external-ffi-bindings", "memory-management", "no-std", "rust-patterns"]
categories = ["compilers", "external-ffi-bindings", "memory-management", "no-std", "rust-patterns"]
keywords = ["C++", "allocation", "ffi", "memory", "references"]

[features]
Expand Down

0 comments on commit f674d2f

Please sign in to comment.