rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin C. Harding 630fc1fcb6 Remove len and is_empty from impl_array_newtype macros
An array in Rust has no concept of length, it is a fixed size data type.
Equally an array cannot be "empty", again since it is a fixed size data
type. These are methods/concepts seen in slices and vectors.

Remove the `len` and `is_empty` methods.
2022-11-18 07:57:39 +11:00
..
lib.rs Merge rust-bitcoin/rust-secp256k1#507: Minimise FFI in the public API 2022-11-14 14:13:22 +00:00
macros.rs Remove len and is_empty from impl_array_newtype macros 2022-11-18 07:57:39 +11:00
recovery.rs Add newline to end of file 2022-11-18 07:57:39 +11:00
types.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00