Commit Graph

7 Commits (771f543cb5a9c0bd548191142ac2a7433b2ef8c4)

Author SHA1 Message Date
Aydin Mercan 8d5a9f7a16
bearssl(-sys): bump msrv to 1.65 2022-11-05 16:10:37 +03:00
Aydin Mercan bd4230a01c
bearssl(-sys): bump dependencies 2022-10-30 16:08:43 +03:00
Aydin Mercan 82d272cdb8
bearssl(-sys): update libc 2022-10-06 20:22:52 +03:00
Aydin Mercan ebd9663752
bearssl-sys: break-up `build.rs`
The `build.rs` is destined to get more cluttered as the autodetection
gets more optimial and Windows/non-amd64 arches are handled better.
2022-10-06 20:20:12 +03:00
Aydin Mercan 70495f7fdc
bearssl(-sys): update msrv to 1.64
* `core::ffi` types are stable and thus libc isn't used where
`sizeof uintptr_t == sizeof size_t`
2022-09-25 14:00:57 +03:00
Aydin Mercan 5aefc84f40
readme, cargo: document and categorize more
* Reduce the version of `bearssl` to 0.0.2 to increment minimally from
  the existing crate.
* Add an overview README for a high level description.
* Add crate tags and categories for easier discoverability in the
  future.
2022-09-03 17:54:21 +03:00
Aydin Mercan eca97f9f0b
initial commit
* The `bearssl-sys` crate is basically usable at this point.
* The `bearssl` crate itself needs a lot work before being usable. The
  design needs heavy iterations, considerationg and love.
2022-09-03 17:32:07 +03:00