Skip to content

Commit

Permalink
Implement key trait
Browse files Browse the repository at this point in the history
Adds traits for convert types to bytes and marking specific properties
  • Loading branch information
declanvk committed Feb 10, 2023
1 parent 0e9d4ef commit a093d47
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sptr = "0.3.2"
version = "1.6.0"
features = ["std", "rustc_1_57"]

[dependencies.bytemuck]
version = "1.13.0"
features = ["min_const_generics"]

[features]
nightly = []

Expand Down
Loading

0 comments on commit a093d47

Please sign in to comment.